https://github.com/vtex/search-tests
https://github.com/vtex/search-tests
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vtex/search-tests
- Owner: vtex
- Created: 2021-04-09T17:03:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T13:49:11.000Z (over 2 years ago)
- Last Synced: 2025-01-26T10:08:13.973Z (over 1 year ago)
- Language: JavaScript
- Size: 218 KB
- Stars: 1
- Watchers: 25
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: docs/README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Search Tests
App responsible for all end-to-end tests on Search.
We use [Cypress](https://docs.cypress.io/guides/overview/why-cypress.html#In-a-nutshell) to run end-to-end tests.
If you want to run Cypress locally, use the following scripts:
- `yarn e2e:open` - opens Cypress in the interactive GUI
- `yarn e2e:run` - runs Cypress tests from the CLI without the GUI
Remember that you must use a workspace in the `biggy` account. It is our test account and some of the tests use specific products and filters of this account.