Skip to content

Commit 7a6a5e9

Browse files
authored
Update TestRail credentials format in README
Removed quotes from TestRail credentials in README.
1 parent a459ac2 commit 7a6a5e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Create an `env.txt` file with your TestRail credentials:
3030

3131
```bash
3232
# TestRail API credentials
33-
TR_USERNAME='[email protected]'
34-
TR_PASSWORD='your-testrail-api-key'
35-
TR_URL='https://your-org.testrail.io'
36-
TR_COOKIE='your-testrail-session-cookie'
33+
34+
TR_PASSWORD=your-testrail-api-key
35+
TR_URL=https://your-org.testrail.io
36+
TR_COOKIE=your-testrail-session-cookie
3737

3838
# Client name - used for database filename (alphanumeric only)
39-
CLIENT_NAME='yourorg'
39+
CLIENT_NAME=yourorg
4040
```
4141

4242
**Note:** `TR_URL` must be the external TestRail URL accessible from your browser, not an internal or Docker container address.

0 commit comments

Comments
 (0)