Gauge is a free and open source framework for writing and running acceptance tests

Some of the key features of Gauge that makes it unique include:

  1. Simple, flexible and rich syntax based on Markdown.
  2. Consistent cross platform/language support for writing test code.
  3. A modular architecture with plugins support
  4. Extensible through plugins and hackable.
  5. Supports data driven execution and external data sources
  6. Helps you create maintainable test suites
  7. Great support for VS Code
https://docs.gauge.org/overview.html?os=windows&language=javascript&ide=vscode

Comments