Skip to content

Commit

Permalink
Mais outros ajustest no README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndressaKarla authored Dec 17, 2023
1 parent 059eef2 commit 17c8a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ cd "C:\Users\usuario\Desktop\testes-automatizados-api-serve-rest_ruby"
```
- Informar o comando abaixo para executar cada feature individualmente do projeto:
```
bundle exec rspec spec/tests/nome_arquivo_request_test.rb
bundle exec rspec spec/tests/nome_arquivo_test.rb
```
Ex. 1:
```
bundle exec rspec spec/tests/login_test.rb
bundle exec rspec spec/tests/post_login_test.rb
```
Ex. 2:
```
bundle exec rspec spec/tests/usuario_request.rb
bundle exec rspec spec/tests/delete_usuario_test.rb
```

- Ou informar o comando abaixo para executar todas as features e/ou cenários do projeto (mesmo comando que é utilizado no "Passo 3" da "Pipeline Testes Automatizados API ServeRest Ruby" em ".github > workflows > [workflow-testes-automatizados-api-serve-rest-ruby.yml](https://github.com/AndressaKarla/testes-automatizados-api-serve-rest_ruby/blob/main/.github/workflows/workflow-testes-automatizados-api-serve-rest-ruby.yml)" no GitHub Actions)
Expand Down

0 comments on commit 17c8a72

Please sign in to comment.