This project adds a .NET language plugin for Gauge.
The plugin is authored in C#.
gauge install dotnet
gauge init dotnet
gauge run specs
gauge install dotnet --version 0.6.0
Download the plugin from Releases
gauge install dotnet --file gauge-dotnet-0.5.8.zip
Running run.sh
or run.cmd
should give the list of all tasks available. Below sections detail some commonly used tasks.
To build the project DLLs:
./run.cmd|./run.sh build
After compiling
To run tests (unit and integration):
./run.cmd|./run.sh test
To install the dotnet plugin use (note, this will uninstall gauge-dotnet
before installing the compiled version):
./run.cmd|./run.sh forceinstall
./run.cmd|./run.sh package
New distribution details need to be updated in the dotnet-install.json
file in the gauge plugin repository for a new version update.
This program is licensed under:
Apache License, Version 2.0
Copyright 2018 ThoughtWorks, Inc.