Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axelerant/curated-cypress-code-snippets


https://github.com/axelerant/curated-cypress-code-snippets

Last synced: 3 days ago
JSON representation

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]