ScriptedAlchemy / zephyr-comprehensive-demo-react18

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

yarn install
pnpm run start

Open http://localhost:3001.

The demo is annotated so navigate through the demos and apps available.

Included apps:

Running Cypress E2E Tests

To run tests in interactive mode, run npm run cypress:debug from the root directory of the project. It will open Cypress Test Runner and allow to run tests in interactive mode. More info about "How to run tests"

To build app and run test in headless mode, run yarn e2e:ci. It will build app and run tests for this workspace in headless mode. If tets failed cypress will create cypress directory in sample root folder with screenshots and videos.

"Best Practices, Rules amd more interesting information here

About


Languages

Language:JavaScript 52.1%Language:TypeScript 45.5%Language:HTML 1.9%Language:Svelte 0.5%