0.1.1 • Published 1 month ago

@iamkenos/kyoko v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

About

Playwright & CucumberJS mixed with presets and additional features:

Requirements

  • NodeJS ≥ 20.10.0 or ≤ LTS
  • JRE ≥ 8

Get Started

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.

  1. Get it: npm install @iamkenos/kyoko

  2. Run it: npx kyoko init and follow the prompt instructions.

  3. Check it: npm run report

  4. You can view other gherkin steps available out-of-the-box here.

License

ISC

Todo

  • Gherkin:
    • Request validation with JSON snapshot matching
    • Browser storage steps
  • Unit Tests
  • Full documentation
  • Contributing guide