Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mickosav committed May 11, 2018
1 parent 7bcc571 commit 88ebee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Add reporter to the `cypress.json`:
Your Cypress test should include the ID of a TestRail test case. Make sure your test case IDs are distinct from the test titles:

```Javascript
it("C123 C124 Can authenticate with invalid user", . . .
it("Can authenticate a valid user C321", . . .
it("C123 C124 Can authenticate with invalid user", ...
it("Can authenticate a valid user C321", ...
```
## Reporter Options
Expand Down

0 comments on commit 88ebee2

Please sign in to comment.