csharp-generator
v1.1.0
Published
SnapTest's C# generator
Downloads
10
Readme
SnapTest C# Test Generator
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.
How to build this generator
- 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> ...
Custom generator example:
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.
Reference
snaptest-cli reference at snaptest-cli