Created
March 14, 2020 22:37
-
-
Save robsonfaxas/6cecea1a7aa8ddb830b2dc204579ce52 to your computer and use it in GitHub Desktop.
[Angular-CLI - Qualidade de Software] Testes unitários, testes de tela e qualidade de código #angular #test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Análise da Qualidade do Código | |
Execute o comando: | |
$ ng lint | |
Testes Unitários | |
Execute o comando: | |
$ ng test | |
Testes End to End | |
Execute o comando: | |
$ ng e2e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment