- POC to check different javascript frameworks for E2E testing.
- Follow the same TC described in the main repository.
- List of frameworks to check/implement:
- puppeteer
- playwright
- cypress
- NodeJS
- Run in the working directory
yarn install
- Run puppeteer test:
yarn bare:pup
- Run puppeteer test:
yarn jest:pup
- Run playwright test:
yarn bare:play
- Run playwright test:
yarn jest:play
- Start cypress
yarn cypress open
- Run the test from the GUI
- Run test case with electron
yarn cy:electron
- Run test case with chrome
yarn cy:chrome