DSL to model test cases. The model compiles into javascript to be run by TestComplete or TestExecute. Automate all your UI/end-user tests!
Getting started:
- Install eclipse DSL with xtext v2.6 from https://www.eclipse.org/Xtext/download.html
- Do a git clone
- Set the resulting folder as your eclipse workspace
- Create a "src-gen" folder in eclipse
- Run the MWF/xtext workflow on the Keystone.xtext file
- Always go for TDD, that's what the tests project is for!