aboutsummaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.gitignore745logstatsplain
-rw-r--r--.gitlab-ci.yml370logstatsplain
-rw-r--r--.gitreview81logstatsplain
-rw-r--r--CONTRIBUTING.md2906logstatsplain
-rw-r--r--LICENSE.txt11358logstatsplain
-rw-r--r--README.md123logstatsplain
-rw-r--r--docker-compose.yml696logstatsplain
d---------hv-collector-analysis65logstatsplain
d---------hv-collector-client-simulator103logstatsplain
d---------hv-collector-core65logstatsplain
d---------hv-collector-coverage35logstatsplain
d---------hv-collector-ct65logstatsplain
d---------hv-collector-main103logstatsplain
d---------hv-collector-utils65logstatsplain
-rw-r--r--pom.xml17736logstatsplain
d---------protobuf65logstatsplain
ettings/Plugins". If cucumber.js in not on the list, go to "Browse repositories.." and install . <li>First time only: Right click on feature file and try to run. Now go to "Run/edit configurations" and set the "executable path" to the "node_modules\.bin\cucumber-js.cmd" under your current project. <li>Now you can run the feature files by right clicking on the file and selecting "Run" from IDEA.<br> <li>Add to existing scenarios or create new files under the "features" directory for additional tests <br> <li>You can also run a specific test from the command line by running "npm run test -- [features/path to file] <h3>More Information</h3> <li> More on <a href="https://cucumber.io/docs/reference">Cucumber</a> <li> More on <a herf="https://github.com/cucumber/cucumber/wiki/Gherkin">Gherkin</a> <li> More on <a href="https://github.com/cucumber/cucumber-js">Cucumber-js</a>