Ihor Chulinda
Ihor Chulinda
It will be reference implementation for acceptance strategies (#68) and used instead of existing `manual` in standard preset (#60). It should have two modes. ## Strict (default) 1. When `accept`...
Current approach based on creating of temporary baseline files and comparing them with existing for historical reasons. But it's not the only way in which `baset` could work. So we...
Since main goal of this tool is providing a way to create tests that could be used as documentation with minimal efforts from developers and first step (`baset scaffold` [command](https://github.com/Igmat/baset#usage)...
`baset` needs `init` command in its CLI for faster and easier start, especially for newcomers. Most probably, it has to show list of available presets (should it also include `no-preset`...
Existing scaffold command is only proof-of-concept, its quality has to be dramatically improved. ## Core features 1. Create additional usages without optional parameters (as it already does for TypeScript signature...
Preset for [angular](https://angular.io/)
There should be resolver with output like [`resolver-react`](https://github.com/Igmat/baset/tree/master/packages/baset-resolver-react) but for [angular components](https://angular.io/guide/architecture-components).
Since we have [`resolver-pixi`](https://github.com/Igmat/baset/tree/master/packages/baset-resolver-pixi), canvas support in [`env-browser`](https://github.com/Igmat/baset/tree/master/packages/baset-env-browser) and image inlining in [`baseliner-md`](https://github.com/Igmat/baset/tree/master/packages/baset-baseliner-md) this preset could be really helpful for developers that use [pixi.js](http://www.pixijs.com/)
Preset for [React](https://reactjs.org/)
This tool has to support tests debugging (in a lot of cases it's highly required). It includes: debugging using `node inspector`, `Chrome debugger`, `VS Code debugger` and probably some other...