Part 10: Debugging e2e tests from VSCode
Sometimes, it could be useful to attach a debugger and check details during the test run. This post explains how to debug an e2e test scenario using VSCode.
Steps
Create .vscode/launch.json file at the root level of the project:
Add arguments in the...
lavanyamohan.hashnode.dev2 min read