Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:49:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T09:30:11.554Z (7 months 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
```