Skip to content

cucumber/blockly

Repository files navigation

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