Kevin Goslar
Kevin Goslar
SVG badges render much nicer on HiDPI displays. @AvianFlu
- when running `text-run debug`, and a step fails, it prints the stacktrace - this helps investigate unexpected exceptions inside your step definitions
> When verifying that a file or folder exists I want to be notified if my path is correct but in a different case So that I know that the...
> When testing several directories I want to be able to specify each directory to be tested as a separate glob So that my file globbing expressions remain simple and...
Replacing `const ` with `global.` changes JavaScript code. There should be an option to disable this. ```html const a = 1 ```
> When verifying documentation of a group of items that cannot be documented as a simple list I want to be sure it is complete and doesn't contain wrong entries...
Make it easier for people to write Text-Runner actions via a developer SDK. - [x] scaffold actions - [ ] scaffold shared actions - [ ] organize documentation
CLI should explain: - all available built-in actions - all ASTNodeList methods - the names of AST nodes
- Git town: matching documentation - Text Runner: technical docs for developer API - Exosphere: tutorial driven development