0.0.6 • Published 1 year ago

@cucumber/blockly v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

test-javascript

@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