Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 590 Bytes

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