https://github.com/thicodes/cypress-multiple-domains
Testing multiple domains (https://dashboard.cypress.io/projects/mzakya/runs/2/specs)
https://github.com/thicodes/cypress-multiple-domains
Last synced: about 1 year ago
JSON representation
Testing multiple domains (https://dashboard.cypress.io/projects/mzakya/runs/2/specs)
- Host: GitHub
- URL: https://github.com/thicodes/cypress-multiple-domains
- Owner: thicodes
- Created: 2020-04-20T23:56:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:49:48.000Z (over 3 years ago)
- Last Synced: 2025-02-17T06:59:05.595Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress Using multiple domains
https://dashboard.cypress.io/projects/mzakya/runs/2/specs
- [x] Auth with CSRF to test private pages
- [x] Create public account to test on cypress.io
## Getting Started
### Installing
```
yarn install
```
### Run Tests
```
yarn start
```
### Run tests and record on cypress.io
```
yarn record
```