Skip to content

Commit c4c7004

Browse files
committed
Update links in readme
1 parent 26ffacb commit c4c7004

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

data-browser/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ You can set the Agent on the `/app/agent` route.
7777
The tests are located in `tests` and have `.spec` in their filename.
7878
They use the PlayWright framework and run in the browser.
7979

80-
- make sure the data-browser server is running (`pnpm start`) at `http://localhost:8080`
81-
- make sure an [`atomic-server`](https://crates.io/crates/atomic-server/) instance is running at `http://localhost`
80+
- make sure the data-browser server is running (`pnpm start`) at `http://localhost:5173`
81+
- make sure an [`atomic-server`](https://crates.io/crates/atomic-server/) instance is running at `http://localhost:9883`
8282
- make sure the `http://localhost/setup` invite has at least one available usage. You can set a higher amount [here](http://localhost/app/edit?subject=http%3A%2F%2Flocalhost%2Fsetup), or run `atomic-server --inititalize` to reset it to 1.
83-
- Install the Playwright dependencies: `npx playwright install-deps`
84-
- `pnpm test` launches the E2E tests (make sure the dev server is running at `http://localhost:8080`)
83+
- Install the Playwright dependencies: `pnpm playwright-install`
84+
- `pnpm test` launches the E2E tests (make sure the dev server is running at `http://localhost:5173`)
8585
- `pnpm test-debug` launches the E2E tests in debug mode (a window opens with debug tools)
8686
- `pnpm test-new` create new tests by clicking through the app
8787
- Use the `data-test` attribute in HTML elements to make playwright tests more maintainable (and prevent failing tests on changing translations)
@@ -92,9 +92,8 @@ They use the PlayWright framework and run in the browser.
9292
GitHub Action / Workflow is used for:
9393

9494
- Linting (ESlint)
95-
- Testing (in the browser using `playwright`, using an `atomic-server` docker image)
9695
- Building
97-
- Deploying JS build artefacts & assets to GH pages (note that `atomic-server` hosts the JS assets by itself)
96+
- Testing (in the browser using `playwright`, using an `atomic-server` docker image)
9897

9998
## Contribute
10099

0 commit comments

Comments
 (0)