We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scenarios#1:
gauge install js
gauge init js
Excepted Behaviour: gauge-js project should be created successfully
gauge-js
Actual Behaviour: Initialising Gauge JavaScript project { [Error: ENOENT: no such file or directory, mkdir '/Users/debas/work/structureLogs/js2/test/env/default'] errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/Users/debas/work/structureLogs/js2/test/env/default' } create manifest.json create specs create specs/example.spec create .gitignore create env create env/default create env/default/default.properties Successfully initialized the project. Run specifications with "gauge run specs/".
Initialising Gauge JavaScript project { [Error: ENOENT: no such file or directory, mkdir '/Users/debas/work/structureLogs/js2/test/env/default'] errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/Users/debas/work/structureLogs/js2/test/env/default' } create manifest.json create specs create specs/example.spec create .gitignore create env create env/default create env/default/default.properties Successfully initialized the project. Run specifications with "gauge run specs/".
scenarios#2:
gauge-js-offline
gauge install js -f ~/Downloads/gauge-js-offline-2.3.6.nightly-2019-09-24.zip
The text was updated successfully, but these errors were encountered:
Creating dirs recursively #252
d694fdb
The fix should be available in nightly >= 3-10-2019
Sorry, something went wrong.
This issue has been verified and fixed. Tested version: js (2.3.6.nightly-2019-10-03)
js (2.3.6.nightly-2019-10-03)
BugDiver
No branches or pull requests
scenarios#1:
gauge install js
gauge init js
Excepted Behaviour:
gauge-js
project should be created successfullyActual Behaviour:
Initialising Gauge JavaScript project { [Error: ENOENT: no such file or directory, mkdir '/Users/debas/work/structureLogs/js2/test/env/default'] errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/Users/debas/work/structureLogs/js2/test/env/default' } create manifest.json create specs create specs/example.spec create .gitignore create env create env/default create env/default/default.properties Successfully initialized the project. Run specifications with "gauge run specs/".
scenarios#2:
gauge-js-offline
zip filegauge install js -f ~/Downloads/gauge-js-offline-2.3.6.nightly-2019-09-24.zip
gauge init js
Excepted Behaviour:
gauge-js
project should be created successfullyActual Behaviour:
Initialising Gauge JavaScript project { [Error: ENOENT: no such file or directory, mkdir '/Users/debas/work/structureLogs/js2/test/env/default'] errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/Users/debas/work/structureLogs/js2/test/env/default' } create manifest.json create specs create specs/example.spec create .gitignore create env create env/default create env/default/default.properties Successfully initialized the project. Run specifications with "gauge run specs/".
The text was updated successfully, but these errors were encountered: