-
-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Description
What are you trying to achieve?
I'm trying to debug with VS Code as it says on: https://codecept.io/advanced/#debug
What do you get instead?
I get: "setting the outFiles attribute might help":
Details
- CodeceptJS version: 1.4.4
- NodeJS Version: 9.5.0
- Operating System: Win 10
- Puppeteer
- Configuration file:
{
"tests": "src/*-tests.js",
"timeout": 10000,
"output": "./output",
"helpers": {
"Puppeteer": {
"url": "http://localhost:8080/",
"show": true
}
},
"include": {
"I": "./steps_file.js"
},
"bootstrap": false,
"mocha": {},
"name": "BTRE2ETests"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels