Web UI automated tests of BookCart site with Playwright and Cucumber.
-
Install Node.js LTS version
-
Check that Node.js is installed
node -v
- Check that package manager npm is installed
npm -v
- Install project dependencies
npm install
npm run test
or
npm t
{
"paths": ["src/test/features/your_feature_name.feature"]
}
npm run test --TAGS="@test or @add"
- Awesome report with screenshots, videos & logs
- Execute tests on multiple environments
- Parallel execution
- Rerun only failed features
- Retry failed tests on CI
- Github Actions integrated with downloadable report
- Page object model