diff --git a/BUILDING.md b/BUILDING.md index cb6c3db..1639bcd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -227,10 +227,7 @@ Run local tests: npm run test-local ``` -Run all tests (includes building): -```bash -npm run test-all -``` +See [TESTING.md](test-playwright/TESTING.md) for more details. ## Linting diff --git a/README.md b/README.md index 0607f5c..99df379 100644 --- a/README.md +++ b/README.md @@ -19,21 +19,15 @@ npm install npm run dev ``` -See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch +See [BUILDING.md](BUILDING.md) for more details. -### Build the test & production app -``` -npm run serve -``` +See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch -### Lint and fix files -``` -npm run lint -``` ### Run all UI tests -Look below for the "test-all" instructions. +Look at [BUILDING.md](BUILDING.md) for the "test-all" instructions and [TESTING.md](test-playwright/TESTING.md) for more details. + ### Compile and minify for test & production @@ -80,13 +74,6 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_APP_SERVER=https://test.timesafari. -## Tests - -See [TESTING.md](test-playwright/TESTING.md) for detailed test instructions. - - - - ## Icons To add an icon, add to main.ts and reference with `fa` element and `icon` attribute with the hyphenated name.