@cucumber/blockly
v0.0.6
Published
Gherkin Editor in Blockly
Downloads
7
Readme
@cucumber/blockly
This is a Gherkin editor based on Blockly.
You can try a live demo here.
The editor is experimental and not ready for production use.
Try it out
npm install
With Vanilla JavaScript (no UI toolkit)
npm run start:vanilla
With React
npm run start:react
Run tests
npm test