Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```