This project adds dotnet-core language plugin for gauge.
The plugin is authored in c#.
gauge install dotnet
gauge init dotnet
gauge run specs
- Installing specific version
gauge install dotnet --version 0.0.1
- Download the plugin from Releases
gauge install dotnet --file gauge-dotnet-0.0.1.zip
- Dotnet Core
- Gauge
- JQ (for unix)
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 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 gauge plugin repository for a new verison update.
This program is licensed under:
Apache License, Version 2.0
Copyright 2018 ThoughtWorks, Inc.