Skip to content

Commit 096d258

Browse files
aarifkhamdikobenguyent
authored andcommitted
Update advanced.md
#1295 My problem was with debugging codeceptjs in nx-based repo. The solution is the same
1 parent 65c0b9b commit 096d258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For **Visual Studio Code**, add the following configuration in launch.json:
150150
"request": "launch",
151151
"name": "codeceptjs",
152152
"args": ["run", "--grep", "@your_test_tag"],
153-
"program": "${workspaceFolder}/node_modules/.bin/codeceptjs"
153+
"program": "${workspaceFolder}/node_modules/codeceptjs/bin/codecept.js"
154154
}
155155
```
156156

0 commit comments

Comments
 (0)