Skip to content

Commit

Permalink
Update advanced.md
Browse files Browse the repository at this point in the history
#1295

My problem was with debugging codeceptjs in nx-based repo. The solution is the same
  • Loading branch information
aarifkhamdi authored and kobenguyent committed Nov 5, 2023
1 parent 65c0b9b commit 096d258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ For **Visual Studio Code**, add the following configuration in launch.json:
"request": "launch",
"name": "codeceptjs",
"args": ["run", "--grep", "@your_test_tag"],
"program": "${workspaceFolder}/node_modules/.bin/codeceptjs"
"program": "${workspaceFolder}/node_modules/codeceptjs/bin/codecept.js"
}
```
Expand Down

0 comments on commit 096d258

Please sign in to comment.