Skip to content

Commit

Permalink
update e2e lock
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Spanos committed Jul 25, 2024
1 parent df98b2b commit ba1b5f1
Show file tree
Hide file tree
Showing 2 changed files with 1,357 additions and 1,049 deletions.
10 changes: 5 additions & 5 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Instead of testing the ui inside the ui folder, I decided to create a testing su

The end result incluces a suite with NO mocks. We test pure html interactions with actual data.

### Test with debugging and VS Code
## Test with debugging and VS Code

If you want to run the suite with debugging with VS Code you have to do the following:
- Navigate in the root folder of the repo and run `docker compose up -d --build`
- Navigate inside the `e2e/src` folder and open a Javascript Terminal inside VS Code. After that you can plainly run `node index.js` and attach
any breakpoints to VSC.

- Navigate in the root folder of the repo and run `docker compose up -d --build`
- Navigate inside the `e2e/src` folder and open a Javascript Terminal inside VS Code. After that you can plainly run `node index.js` and attach
any breakpoints to VSC.
Loading

0 comments on commit ba1b5f1

Please sign in to comment.