Projects in Awesome Lists tagged with cypress-example
A curated list of projects in awesome lists tagged with cypress-example .
https://github.com/cypress-io/cypress-example-recipes
Various recipes for testing common scenarios with Cypress
automated-tests cypress cypress-example e2e-tests examples recipes testing unit-testing
Last synced: 13 May 2025
https://github.com/drehimself/gridsome-portfolio-starter
A simple portfolio theme for Gridsome powered by Tailwind CSS v1
cypress cypress-example fuse gridsome gridsome-starter gridsome-theme jamstack static-site static-site-generator tailwind-css tailwindcss vue-fuse vuejs
Last synced: 05 Apr 2025
https://github.com/bahmutov/cypress-and-jest
Cypress and Jest both with code coverage running unit tests
code-coverage cypress-code-coverage-example cypress-example cypress-io jest
Last synced: 26 Sep 2025
https://github.com/bahmutov/next-and-cypress-example
Next.js example instrumented for code coverage from Cypress tests
code-coverage cypress-code-coverage-example cypress-example cypress-io nextjs nextjs-example
Last synced: 28 Sep 2025
https://github.com/cypress-io/cypress-fiddle
Quickly generates Cypress tests from HTML and JS code
Last synced: 06 May 2025
https://github.com/bahmutov/test-todomvc-using-app-actions
Example Cypress tests going from page objects to app actions
cypress cypress-example cypress-io
Last synced: 16 Jun 2025
https://github.com/bahmutov/cypress-examples
Static site with Cypress examples tested right from the Markdown sources
Last synced: 08 Apr 2026
https://github.com/alapanme/cypress-automation
Test Scripts demonstrating different features of the Cypress Automation Tool with Detailed Blog Articles. (check readme)
cypress cypress-example cypress-io cypress-testing-library cypress-tests javascript nodejs test-automation testing testing-framework testing-tools
Last synced: 14 Apr 2025
https://github.com/riccardogiorato/cypress-for-everything
Cypress to test everything! - Do all kind of tests with Cypress ranging from Http Redirects, Seo, Logins, Emails and much more!
cypress cypress-example cypress-io cypress-stripe e2e-boilerplate end-to-end-testing gmail mailslurp stripe typescript
Last synced: 13 Apr 2025
https://github.com/elaichenkov/cy-verify-downloads
Cypress custom command to wait and verify that file has been downloaded
assert cypress cypress-custom-command cypress-example cypress-io cypress-plugin download javascript verify wait
Last synced: 06 Apr 2025
https://github.com/cypress-io/cypress-example-todomvc-redux
Example TodoMVC application with full code coverage
code-coverage cypress cypress-code-coverage-example cypress-example
Last synced: 19 Apr 2025
https://github.com/bahmutov/demo-docker-cypress-included
Demo running the complete Docker image `cypress/included`
cypress cypress-example cypress-io docker-compose
Last synced: 28 Sep 2025
https://github.com/bahmutov/vue-vuex-todomvc
Example TodoMVC Vue.js app with Vuex store and server backend via REST
cypress-example example todomvc vue vuejs vuex
Last synced: 26 Sep 2025
https://github.com/bahmutov/local-cypress
Use Cypress without global objects
Last synced: 30 Aug 2025
https://github.com/penx/storybook-code-coverage
Combining Storybook, Cypress and Jest Code Coverage
chromatic code-coverage create-react-app cypress cypress-code-coverage-example cypress-example cypress-io jest jest-coverage react react-example react-testing storybook storybook-chromatic storyshots visual-regression visual-regression-testing
Last synced: 21 Mar 2025
https://github.com/natterstefan/nextjs-template
A practical starter template for Nextjs, which has Tailwind, Cypress, Docker, Storybook, Jest, ESLint, Prettier, and more built-in. 🚀
cypress cypress-example cypress-io docker-image eslint nextjs nextjs-boilerplate nextjs-starter nextjs-template nextjs-typescript prettier react reactjs storybook storybooks tailwindcss typescript typescript-eslint typescript-react vercel
Last synced: 11 Apr 2025
https://github.com/bahmutov/todo-graphql-example
Example Todo app on top of json-graphql-server
cypress cypress-example cypress-io example graphql todomvc
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-email-example
Testing HTML emails using Cypress
cypress-email-testing-example cypress-example
Last synced: 28 Sep 2025
https://github.com/lambdatest/cypress-cloud
Running Cypress tests at LambdaTest. Example and documentation on running Cypress tests at massive scale on LambdaTest automation cloud.
automation cloud cucumber cypress cypress-example cypress-examples cypress-io cypress-plugin cypress-tests javascript lambdatest testing
Last synced: 30 Jul 2025
https://github.com/bahmutov/cypress-ethereal-email-example
Using an external Ethereal email inbox during Cypress tests
cypress-email-testing-example cypress-example
Last synced: 28 Sep 2025
https://github.com/bahmutov/chat.io
Cypress.io testing for a chat application that requires auth
Last synced: 29 Sep 2025
https://github.com/bahmutov/todomvc-express
TodoMVC with server-side rendering
Last synced: 10 Jul 2025
https://github.com/bahmutov/monalego
Visual testing for HTML canvas drawing
Last synced: 26 Sep 2025
https://github.com/bahmutov/cypress-split-example
Split Cypress specs on GitHub Actions
Last synced: 29 Sep 2025
https://github.com/bahmutov/cypress-wordle
Solve the Wordle game using Cypress test
Last synced: 26 Sep 2025
https://github.com/bahmutov/cypress-log-to-term
Overwrite the cy.log command to print to both the Command Log and to the terminal
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-socketio-chat
Example testing real-time Socket.io chat using Cypress.io
Last synced: 28 Sep 2025
https://github.com/bakkappan/cypresstutorialfullcourse
Cypress Tutorial Full Course #cypress #tutorial #fullcourse #cypresscourse
cypress cypress-automation cypress-automation-tool cypress-example cypress-io cypress-testing cypress-tests cypress-tutorial cypress-vs-playwright cypress-vs-selenium
Last synced: 22 Sep 2025
https://github.com/bahmutov/server-logs-example
API testing using Cypress.io test runner with server-side logs
Last synced: 28 Sep 2025
https://github.com/bahmutov/test-personal-site
E2E tests for my personal site
Last synced: 30 Aug 2025
https://github.com/bahmutov/react-counter
Access the internal state of React components from Cypress E2E tests
Last synced: 28 Sep 2025
https://github.com/srinivasantarget/angular-testing
The repository is to have a collection of common testing scenarios with Angular and to demonstrate different testing layers in Testing Pyramid or Testing Trophy with Angular.
accessibility angular angular-components angular-testing-library best-practices cypress-example examples jest testing testing-library testing-tools testpyramid
Last synced: 24 Mar 2025
https://github.com/bahmutov/cypress-example-forms
Example Cypress test for multi-page form
Last synced: 28 Sep 2025
https://github.com/thiagojacinto/cypress-with-patterns
Using Cypress & implementing patterns Page Objects and Screenplay
cypress-example cypress-io nodejs pageobject-pattern screenplay-pattern
Last synced: 04 Oct 2025
https://github.com/bahmutov/cypress-wikipedia
Example increasing the resolution of test videos and screenshots
Last synced: 30 Aug 2025
https://github.com/charlyautomatiza/starter-cypress
Creamos en vivo un starter project para Web Test Automation basado en Cypress - Javascript
cypress cypress-example cypress-tests javascript
Last synced: 24 Apr 2025
https://github.com/ebazhanov/page-object-model-cypress-simple
Learn Page object model (POM) with Cypress in two simple steps
cypress cypress-example page-object pom pom-improvements selectors template-project
Last synced: 14 Apr 2025
https://github.com/bahmutov/using-ts-aliases-in-cypress-tests
Example of Cypress end-to-end tests written in TypeScript with path aliases
cypress cypress-example example typescript
Last synced: 26 Sep 2025
https://github.com/bahmutov/cypress-gh-action-subfolders
Example using Cypress GitHub Action when Cypress is installed in a subfolder
Last synced: 26 Sep 2025
https://github.com/vikashchauhan51/cypress-sample
Cypress automation framework skeleton with Typescript.
automation automation-framework cypress cypress-example cypress-io cypress-tests cypress-typescript typescript
Last synced: 12 Apr 2025
https://github.com/bahmutov/cypress-get-by-label-example
Example repo for cypress-get-by-label command
Last synced: 28 Sep 2025
https://github.com/bahmutov/nock-getserversideprops
Run Next.js server inside Cypress plugins process and mock network calls made from getServerSideProps
Last synced: 28 Sep 2025
https://github.com/bahmutov/fastify-example
Example tiny server with a static folder and a JSON endpoint
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-tests-apache-in-docker
Example running Cypress against Apache server running in a Docker container
apache cypress-example cypress-io docker
Last synced: 28 Sep 2025
https://github.com/bahmutov/qrcode-example
Example decoding QR code from Cypress test
Last synced: 26 Sep 2025
https://github.com/bahmutov/cypress-sanity-test-example
Catching JavaScript exceptions and 404 resources using Cypress
Last synced: 28 Sep 2025
https://github.com/bahmutov/rn-examples
React Native web with Cypress component tests split across multiple CI machines
Last synced: 28 Sep 2025
https://github.com/bahmutov/scrape-book-quotes
Scraping Slides.com presentation using Cypress and sending records to Algolia
Last synced: 28 Sep 2025
https://github.com/bahmutov/second-window
Control second browser window from Cypress specs examples
Last synced: 28 Sep 2025
https://github.com/bahmutov/sorted-table-example
Cypress testing if the table is sorted by a column
Last synced: 28 Sep 2025
https://github.com/bahmutov/onbeforeunload-example
Cypress test for a site that uses onbeforeunload and a confirmation prompt
Last synced: 29 Sep 2025
https://github.com/bahmutov/sudoku-app-base
Example Sudoku React application used for "Testing for Good" Cypress workshop
Last synced: 26 Sep 2025
https://github.com/bahmutov/verify-code-example
Example web application with MySQL database to verify the user phone number
Last synced: 28 Sep 2025
https://github.com/bahmutov/taste-the-sauce
Cypress testing tutorial using the SauceLabs sample web app
Last synced: 28 Sep 2025
https://github.com/bahmutov/haptics-and-micro-animations
Mocking Haptics module from Expo React Native app
cypress-example cypress-react-native-example
Last synced: 28 Sep 2025
https://github.com/ebazhanov/cypress-cucumber
cypress + cucumber example
cucumber cypress cypress-example example javascript poc
Last synced: 14 Apr 2025
https://github.com/bahmutov/todomvc-angular
E2E and Angular component testing examples using Cypress
Last synced: 26 Sep 2025
https://github.com/remarkablemark/cypress-google-search
Cypress Google search demo.
cypress cypress-example cypress-io google-search
Last synced: 03 Apr 2025
https://github.com/bahmutov/todomvc-vercel
Example app deployed to Vercel and testing using Cypress/included Docker image
Last synced: 28 Sep 2025
https://github.com/bahmutov/docker-with-cypress-included-code-coverage-example
What the name says
code-coverage cypress-code-coverage-example cypress-example docker
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-crawl-example
Crawling all local pages using Cypress example
Last synced: 28 Sep 2025
https://github.com/bahmutov/use-cypress-for-api-testing
Example using Cypress test runner to run API tests
Last synced: 28 Sep 2025
https://github.com/ebazhanov/cypress-typescript-template
Working example Cypress with TypeScript
cypress-example github-actions tests typescript
Last synced: 01 May 2026
https://github.com/bahmutov/cypress-sendgrid-visual-testing-example
Visual testing for HTML emails sent via SendGrid design templates
cypress-email-example cypress-example
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-should-callback
Example running multiple assertions from cypress should(cb) function
cypress cypress-example cypress-io
Last synced: 16 Jun 2025
https://github.com/bahmutov/cypress-test-every-day
Pick a different test item every day and confirm it is present
Last synced: 26 Sep 2025
https://github.com/dev-madhurendra/cypress-learning
automation-testing cypress cypress-example cypress-io cypress-tests e2e e2e-tes qa
Last synced: 05 Jun 2026
https://github.com/vadimnastoyashchy/cypressautomationpracticecom
Automation Mentoring project (JavaScript, Cypress ^10, Mochawesome reporter, CI/CD GitHub,)
cypress cypress-dashboard cypress-example cypress-io cypress-mochawesome-reporter cypress-plugin cypress-testing-library cypress-tests cypressjs eslin-cypress eslint mochawesome page-object-model pageobject-pattern pageobjectmodel
Last synced: 26 Apr 2026
https://github.com/bahmutov/test-vuex-with-cypress
Example unit testing Vuex data store using Cypress E2E test runner
Last synced: 26 Sep 2025
https://github.com/bahmutov/objection-example
Simple Object.js ORM example copied from Vincit/objection.js
Last synced: 28 Sep 2025
https://github.com/bahmutov/next-ts-app
Next.js TypeScript application example instrumented to collect code coverage using Cypress tests
Last synced: 26 Sep 2025
https://github.com/bahmutov/cypress-workshop-socketio-chat
Testing Socketio chat app using Cypres.io
Last synced: 28 Sep 2025
https://github.com/bahmutov/ui-to-api-to-app-actions
Change E2E Tests From UI To API To App Actions
Last synced: 29 Sep 2025
https://github.com/bahmutov/cypress-split-cucumber-example
Split Cucumber feature specs across machines using cypress-split plugin example
Last synced: 26 Sep 2025
https://github.com/bahmutov/tdd-calc
Build a simple HTML calculator using test-driven development
Last synced: 26 Sep 2025
https://github.com/bahmutov/triple-tested
Deploying to GitHub Pages using GitHub Actions and triple testing it with Cypress
cypress-example end-to-end-testing github-actions github-pages
Last synced: 26 Sep 2025
https://github.com/bahmutov/xstate-test-with-cypress-example
Playing with model-based tests in Cypress
Last synced: 26 Sep 2025
https://github.com/bahmutov/todomvc-express-api-test-coverage
Example measuring the backend test coverage using Cypress API tests
code-coverage cypress cypress-example
Last synced: 26 Sep 2025
https://github.com/bahmutov/todo-app-toy-visual-testing
A small app for practicing a little visual testing for Cypress
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-local-https
Example using Cypress to test Create-React-App site running with custom certificate for domain "my-secure-site"
Last synced: 28 Sep 2025
https://github.com/bahmutov/indeterminate-checkboxes
Example testing indeterminate HTML checkboxes using Cypress
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-sendgrid-mailosaur-example
Sending and testing email flows example
Last synced: 29 Sep 2025
https://github.com/bahmutov/todomvc-redux-kuker
Example TodoMVC with Redux and Kuker
cypress cypress-example cypress-io kuker-js redux
Last synced: 28 Sep 2025
https://github.com/bahmutov/test-api-example
Practice exercises for testing API calls using Cypress
Last synced: 28 Sep 2025
https://github.com/hugodf/cypress-scroll-position-assertions
Demo of Cypress assertions on page scroll position/offset
Last synced: 18 Mar 2026
https://github.com/naodeng/autotest_cypress_examples
cypress 自动化测试框架å¦ä¹ 文档
cypress cypress-example cypress-tests
Last synced: 05 Sep 2025
https://github.com/buildpulse/buildpulse-example-cypress
Example Cypress project to demonstrate connecting to BuildPulse for flaky test detection
browser-testing cypress cypress-example cypress-io flake-detection
Last synced: 05 Jul 2025
https://github.com/bahmutov/type-placeholders
Example typing placeholders into the form using Cypress
Last synced: 29 Sep 2025
https://github.com/bahmutov/test-presta-shop
Example Cypress tests for Presta eshop
Last synced: 26 Sep 2025
https://github.com/bahmutov/cypress-skip-example
Playing with skipping Cypress tests if a previous test fails
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-form-opens-second-tab-example
An example stubbing a form that opens a 2nd tab in Cypress
Last synced: 26 Sep 2025
https://github.com/bahmutov/infinite-scroll-quotes
Example testing the infinite scroll using Cypress
Last synced: 28 Sep 2025
https://github.com/bahmutov/cypress-webkit-example
Run Cypress tests using WebKit browser
Last synced: 26 Sep 2025
https://github.com/bahmutov/taste-the-sauce-test-ids
Run Cypress end-to-end specs based on data attributes from changed source files
Last synced: 26 Sep 2025
https://github.com/bahmutov/next-state-overwrite-example
Example overwriting NEXT_STATE from a Cypress test
Last synced: 29 Sep 2025
https://github.com/ebazhanov/cypress-run-e2e-tests-in-parallel
An example how we can manage to run Cypress tests in parallel without using paid Dashboard in case if we want to )))
circleci cypress cypress-dashboard cypress-example cypress-io parallel typescript
Last synced: 15 Apr 2026