Playwright & CucumberJS mixed with presets and additional features:
- write tests with TypeScript and Cucumber
- gherkin statements that can be used out of the box powered by cucumber expressions
- page and element expected conditions
- generic classes for page objects support
- multiple locale support
- web components support
- internal polling and retries
- skip tests using cucumber tags
- reporters:
- NodeJS ≥ 20.10.0 or ≤ LTS
- JRE ≥ 8
You'll need a working knowledge of Playwright and Cucumber to be able to use this library. They have rich documentation so head on over the site and read on if you're not familiar with these yet.
-
Get it:
npm install @iamkenos/kyoko
-
Run it:
npx kyoko init
and follow the prompt instructions. -
Check it:
npm run report
-
You can view other gherkin steps available out-of-the-box here.
ISC
- Gherkin:
- Request validation with JSON snapshot matching
- Browser storage steps
- Unit Tests
- Full documentation
- Contributing guide