Skip to content

Commit

Permalink
chore: Update formatting in cypress README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perzeuss committed Oct 20, 2024
1 parent aa7bff7 commit 0e46880
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions web/cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ yarn test:e2e:wsl
##ä# Scripts
Hrere are all script that can be used to run the tests. Dependencies are the services that need to be running before executing the script. Services executed are the services that are started by the script.

| Script | Dependencies | Services Executed |
|-----------------------|--------------------------------|------------------------------------------------------|
| `yarn cy:open` | `web` `api` `databases` | none |
| `yarn cy:run` | `web` `api` `databases` | none|
| `yarn cy:open:wsl` | `web` `api` `databases` VcXsrv | none |
| `yarn test:e2e` | none | `web` `api` `databases` |
| `yarn test:e2e:ci` | None | `web` `api` `databases` |
| `yarn test:e2e:wsl` | VcXsrv | `web` `api` `databases` |
| Script | Dependencies | Services Executed |
|---------------------|---------------------------------|-------------------------|
| `yarn cy:open` | `web` `api` `databases` | none |
| `yarn cy:run` | `web` `api` `databases` | none |
| `yarn cy:open:wsl` | `web` `api` `databases` VcXsrv | none |
| `yarn test:e2e` | none | `web` `api` `databases` |
| `yarn test:e2e:ci` | None | `web` `api` `databases` |
| `yarn test:e2e:wsl` | VcXsrv | `web` `api` `databases` |



Expand Down

0 comments on commit 0e46880

Please sign in to comment.