All Projects → BugDiver → gauge-ts

BugDiver / gauge-ts

Licence: MIT License
Typescript language plugin for Gauge

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to gauge-ts

Gauge Js
JavaScript language plugin for Gauge
Stars: ✭ 77 (+285%)
Mutual labels:  test-automation, gauge
BDTest
BDTest - A Testing Framework for .NET
Stars: ✭ 58 (+190%)
Mutual labels:  test-automation
mbt-bundle
A core library for Sicope Model, a Model-Based Testing tool for web application.
Stars: ✭ 19 (-5%)
Mutual labels:  test-automation
vim-testbed
Docker image for testing Vim plugins
Stars: ✭ 40 (+100%)
Mutual labels:  test-automation
AnotherFasterRunner
基于HttpRunner+Python+DRF+Vue的接口自动化测试平台
Stars: ✭ 216 (+980%)
Mutual labels:  test-automation
servirtium-java
Service Virtualized HTTP - to help service test automation stay fast and consistent
Stars: ✭ 16 (-20%)
Mutual labels:  test-automation
service-ui
UI service for Report Portal
Stars: ✭ 47 (+135%)
Mutual labels:  test-automation
DeepfakeHTTP
DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.
Stars: ✭ 373 (+1765%)
Mutual labels:  test-automation
Python-Test-Automation-Framework
Test Automation Framework using selenium and Python
Stars: ✭ 41 (+105%)
Mutual labels:  test-automation
robot-framework-docker
Docker image to run robot framework acceptance testing in a docker container
Stars: ✭ 24 (+20%)
Mutual labels:  test-automation
playwright-fluent
Fluent API around playwright
Stars: ✭ 71 (+255%)
Mutual labels:  test-automation
educhain
an instructional purpose blockchain.
Stars: ✭ 21 (+5%)
Mutual labels:  test-automation
page-modeller
⚙️ Browser DevTools extension for modelling web pages for automation.
Stars: ✭ 66 (+230%)
Mutual labels:  test-automation
Example
Example collections of PocoAndroid, Unity3d demo game and etc...
Stars: ✭ 17 (-15%)
Mutual labels:  test-automation
Openrunner
Computest Openrunner: Benchmark and functional testing for frontend-heavy web applications
Stars: ✭ 16 (-20%)
Mutual labels:  test-automation
MAQS
Magenic's automation quick start
Stars: ✭ 46 (+130%)
Mutual labels:  test-automation
elm-webdriver
A library for controlling a browser using Elm and selenium
Stars: ✭ 60 (+200%)
Mutual labels:  test-automation
page-walker
Chrome DevTools automation for desktop and mobile devices
Stars: ✭ 18 (-10%)
Mutual labels:  test-automation
tropic
🍍 Test Runner Library
Stars: ✭ 29 (+45%)
Mutual labels:  test-automation
apitest
Apitest is declarative api testing tool with JSON-like DSL.
Stars: ✭ 88 (+340%)
Mutual labels:  test-automation

Gauge-Ts

Actions Status codecov npm version

This project adds typescript language plugin for gauge.

The plugin is authored in typescript.

Getting started

Refer https://bugdiver.dev/gauge-ts

Deveopement

Build from Source

Requirements

Running build.sh(*nix), or .\build.ps1(windwos/powershell) should give the list of all tasks available. Below sections detail some commonly used tasks.

Compiling

To compile typescript to commonjs:

./build.sh | .\build.ps1 build
Installing

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

./build.sh | .\build.ps1 package
./build.sh | .\build.ps1 forceinstall
Creating distributable
./build.sh | .\build.ps1  package

New distribution details need to be updated in the dotnet-install.json file in gauge plugin repository for a new verison update.

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].