We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63aa77 commit 1814babCopy full SHA for 1814bab
index.js
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
'use strict';
4
5
var fs = require('fs-plus');
package.json
@@ -1,6 +1,6 @@
{
"name": "selenium-cucumber-js",
- "version": "1.5.2",
+ "version": "1.5.3",
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
"main": "index.js",
6
"scripts": {
0 commit comments