...
...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
How to run Cypress test on the specific project for specific client’s partition.
...
needed for using cypress and login to specific partition
update file \cypress\fixtures\testUsersUtils.js
change placeholders for your real credentials
example:
username: testUser
partition: michelin-dev
password: askjdkj29292?
...
⚠️ do not deploy real credentials to the git (there are masked variables linked to placeholders)
Expand | ||
---|---|---|
| ||
|
Create workspace for your tests
...