Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkushang/tesla
https://github.com/gkushang/tesla
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkushang/tesla
- Owner: gkushang
- Created: 2015-01-27T17:40:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T22:14:01.000Z (over 9 years ago)
- Last Synced: 2024-10-12T03:14:28.722Z (2 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node, Grunt Cucumberjs
## tesla acceptance tests
Grunt task to run Cucumber tests with Nemo and produces HTML test reports
## Setup WebDriver
Download Selenium Jar version 2.42.2 and create a symbolic lunk
``` shell
ln -s /Users/yourname/path/to/selenium-server-standalone-2.42.1.jar /usr/local/bin/selenium-server-standalone.jar
```Download Chromedriver to your $HOME path
Run Cucumber tests
```bash
$ npm install
$ grunt cucumberjs --require test/features/step_definitions
```# WebStorm configuration
```bash
Select Node.js and set below configuration
Node Interpreter: /usr/local/bin/node
JavaScript file: /usr/local/lib/node_modules/grunt-cli/bin/grunt
Application Parameters: cucumberjs
```
# tesla
# shouty