...
...
Note |
---|
Attention QA Specialists: Pricefx does not support the Cypress open-source testing framework for web applications. Explore alternative testing solutions that align with Pricefx requirements. |
This article provides instructions on how to run Cypress tests on a specific project for a specific client's partition. It covers steps for setting up the project URL, configuring local credentials, creating a workspace for tests, and managing test data.
...
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
...