🤖 Test automation by functional specification processing 🖋
In order to run the project, follow the steps below:
- Download the Node.js (v8.9.4) specific version for your system;
- Install it in your machine:
- Download the ZIP of the last release of this project;
- Run
npm install
into your extracted ZIP folder, in order to install all project dependencies.
If you want to learn how to write functional specs with Gauge, please take a look at:
Or if you want to customize Taiko generated functional tests:
The following commands can be executed at the root of this project, after installation.
Interprets and generate your .spec
files, placed at ./specs/
, in order to generate a ./tests/generated_implementation.js
with the functional tests.
Starts Gauge specs processing, reading all .spec
files placed at ./specs/
.
Then relates all steps texts to ./test/generated_implementation.js
and runs Taiko with browser automation.
Runs all aspect source code unit testing.
This project uses Gauge and Taiko, so if you have some problems with it, please take a look at: