This repository contains an example of a SUT (System Under Test) that is tested using the Documenté framework and Cypress.
The SUT is a simple React application that allows users to login and manage a list of tasks.
It also contains a Documenté config and an example document that can be used to generate Cypress or Playwright tests.
-
Install the dependencies with
npm run install
. -
Extract Cypress tests with
npm run documente:cypress
. -
Start the SUT application with
npm run start
-
Run the tests with
npm run cypress:run
-
Install the dependencies with
npm run install
. -
Extract Cypress tests with
npm run documente:playwright
. -
Start the SUT application with
npm run start
-
Run the tests with
npm run playwright:run