All Projects → getgauge → gauge-dotnet

getgauge / gauge-dotnet

Licence: Apache-2.0 license
C# runner for gauge + DotNet standard 3.1, 5.0

Programming Languages

C#
18002 projects

Gauge-dotnet

tests Contributor Covenant

This project adds dotnet-core language plugin for gauge.

The plugin is authored in c#.

Getting started

Pre-requisite

Installation

gauge install dotnet

Create a gauge-dotnet project

gauge init dotnet

Run tests

gauge run specs

Alternate Installation options

Install specific version

  • Installing specific version
gauge install dotnet --version 0.5.0

Offline installation

gauge install dotnet --file gauge-dotnet-0.5.0.zip

Build from Source

Requirements

Running run.sh or run.cmd should give the list of all tasks available. Below sections detail some commonly used tasks.

Compiling

To build the project dlls:

./run.cmd|./run.sh build
Testing

After compiling

To run tests (unit and integration):

./run.cmd|./run.sh test
Installing

To install the the dotnet plugin use(Note, this will uninstall gauge-dotnet before installing the compiled version):

./run.cmd|./run.sh forceinstall
Creating distributable
./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.

License

This program is licensed under:

Apache License, Version 2.0

Copyright

Copyright 2018 ThoughtWorks, Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].