Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik authored Aug 14, 2024
1 parent 49b6b4b commit c34bb6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ TESTOMATIO=API_KEY npx check-cucumber -d example/cucumber

**Note :** Running this will create Suites with folder and file name as sub suites.

To change host of endpoint for receiving data, and set it to other than app.testomat.io use TESTOMATIO_URL environment variable:
To change the host for receiving data, if you use Testomat.io from domain other than `app.testomat.io` set `TESTOMATIO_URL` environment variable:

TESTOMATIO_URL=https://beta.testomat.io
```
TESTOMATIO_URL=https://other-instance-of.testomat.io
```

### Sample Output

Expand Down

0 comments on commit c34bb6d

Please sign in to comment.