Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getgauge/gauge-ts
Typescript language plugin for Gauge
https://github.com/getgauge/gauge-ts
gauge gauge-plugin test-automation typescript
Last synced: about 8 hours ago
JSON representation
Typescript language plugin for Gauge
- Host: GitHub
- URL: https://github.com/getgauge/gauge-ts
- Owner: getgauge
- License: mit
- Created: 2019-02-12T09:54:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T10:29:46.000Z (about 1 month ago)
- Last Synced: 2024-11-12T23:45:06.701Z (6 days ago)
- Topics: gauge, gauge-plugin, test-automation, typescript
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 31
- Watchers: 9
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gauge-Ts
This project adds Typescript [language plugin](https://docs.gauge.org/latest/installation.html#language-runner) for [gauge](http://gauge.org).
The plugin is authored in [typescript](https://en.wikipedia.org/wiki/TypeScript).
## Development
#### Build from Source
##### Requirements
- [Gauge](https://gauge.org)
- [Node js](https://nodejs.org/en/)
- [Npm](https://www.npmjs.com/)
- [JQ](https://stedolan.github.io/jq/) (for unix)Running `build.sh`(*nix), or `.\build.ps1`(windows/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 the package
````
./build.sh | .\build.ps1 package
````