This project is for demo purpose for the forked Coworkee app.
Clone the repository
git clone 'https://github.com/EcoMundo-eu/demo-cypress-bridge-extjs.git'
Install all node dependencies
cd demo-cypress-bridge-extjs
npm install
npm run cypress:open
: open the cypress panel GUI.npm run cypress:run
: run all tests with headless mode and create a video report incypress/video
folder.
├───fixtures
├───integration // Content all `spec.js`
│ └───Coworkee
├───plugins
├───screenshots
├───src
│ ├───common
│ │ └───extJSComponents // Content all testing library commands
│ └───definition
...