Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelerant/curated-cypress-code-snippets
https://github.com/axelerant/curated-cypress-code-snippets
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelerant/curated-cypress-code-snippets
- Owner: axelerant
- Created: 2022-07-12T12:33:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T12:34:29.000Z (over 2 years ago)
- Last Synced: 2024-11-09T23:24:58.332Z (about 2 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress Code Snippets
Experimented a curated list of working code examples for the website [the-internet.com](https://the-internet.herokuapp.com/) developed and maintained by ["Dave Haeffner"](https://www.linkedin.com/in/dave-haeffner/)
## It displays how to utilise:-
* [Cypress v10](https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0)
* [Github CI](./.github/workflows/main.yml)
* [Cypress Dashboard integration](https://docs.cypress.io/guides/dashboard/introduction#Features) and its [Slack integration](https://docs.cypress.io/guides/dashboard/slack-integration). Please go through the [pricing](https://www.cypress.io/blog/2021/03/16/new-pricing-that-scales-seamlessly/) details & limitations## App setup
- Run this command `npm i`
## Execution
`npm run cypress:run` - Executes test in headless mode
`npm run cypress:open` - Executes test in interactive mode
## Cypress Dashboard results
## Slack integration results [configured only for failed test cases]