Generates SnapTest Suites in C# via the snaptest-cli.
If you are just getting started, use one of the following harnesses/scaffolds to get started:
Contributions in the forms of PRs and tickets are welcome.
- First, make sure you have the snaptest-cli tool installed by running
npm install -g snaptest-cli
. - Then use snaptest-cli's custom generator flag to utilize your own branch/fork of this generator:
snaptest -c <absolute or relative path to generators index.js> ...
snaptest -c ./index.js -t iHrsRTzgENFUVI1TPAtIFqyd0QElssxy1TA0X9y
- The -c flag specifics a "custom" generator, which lets you use a local generator on your filesystem. This replaces the -r flag which specifies an official generator.
- snaptest-cli reference at snaptest-cli