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

https://github.com/lewiscollum/cypress-cucumber-component-example


https://github.com/lewiscollum/cypress-cucumber-component-example

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

#+title: Cypress Cucumber Component Testing
#+author: Lewis Collum
Using React, Typescript, Cypress, Webpack, Cucumber.

This allows the developer to change the =.feature= Gherkin file and immediately see the change reflected on the Cypress GUI.

#+begin_src bash
npm i -D
npx cypress run-ct #for component tests
npx cypress run-ct #for integrations tests
npx cypress open-ct #for component GUI
npx cypress open #for integration GUI
#+end_src