Closed tshroza closed 5 years ago
Hey! Are You sure, that these steps are present (you did npm install
or yarn
).
Unfortunately, test launching part is out of extension responsibility.
yes, I did npm install
This warning means, that there are no "node_modules/qa-lib/src/step_definitions/.js" files. So, if node_modules folder is present, qa-lib module could be missing in them or `src/step_definitions/.js` files in it.
Please comment/reopen issue if valid.
"cucumberautocomplete.steps": [ "*/.steps.ts",
should this be steps.js ?
Should be actual valid path you are using. If all the step definitions names are using "*/.steps.ts" format (ex. my.steps.ts
) - you should use this mask.
Describe the bug Hi! I have project, but after trying launch it on new PC with installed programs I get this problem: "No steps file found" in the settings.json file
Expected behavior The "No steps file found" issue isn't occured
Screenshots https://www.screencast.com/t/gvhUPRtY
Cucumberautocomplete part of VSCode settings:
Also I get this error after trying lunch test:
versions: "dependencies": { "@angular/core": "^7.1.1" }, "devDependencies": { "@angular-devkit/build-angular": "^0.8.5", "@angular/cli": "^6.2.5", "@angular/compiler-cli": "^6.1.10", "@angular/language-service": "^6.1.10", "@types/chai": "^4.1.6", "@types/chai-as-promised": "^7.1.0", "@types/cucumber": "^4.0.4", "@types/jasmine": "~2.8.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~8.9.4", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "codelyzer": "~4.3.0", "cucumber": "^5.0.2", "cucumber-junit": "^1.7.1", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "protractor": "^5.4.2", "protractor-cucumber-framework": "^6.1.1", "puppeteer": "^1.9.0", "ts-node": "~7.0.0", "tslint": "~5.11.0", "typescript": "~2.9.2"