Skip to content

Commit 5ce4b62

Browse files
committed
CR
1 parent dffb797 commit 5ce4b62

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,4 @@ dump-preset-roles:
18541854

18551855
.PHONY: test-web-e2e
18561856
test-web-e2e: ensure-webassets
1857-
@if [[ "${WEBASSETS_SKIP_BUILD}" -eq 1 ]]; then mkdir -p webassets/teleport && mkdir -p webassets/teleport/app && cp web/packages/teleport/index.html webassets/teleport/index.html; \
1858-
else MAKE="$(MAKE)" "$(MAKE_DIR)/build.assets/build-webassets-if-changed.sh" OSS webassets/oss-sha build-ui web; fi
1859-
18601857
$(CGOFLAG) go test -tags=webassets_embed ./integration/web-e2e_test.go

web/e2e/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ pnpm exec playwright install chromium
2222
### Basic Commands
2323

2424
```bash
25-
# Run all tests with the default START_URL (https://localhost:3080/web/login)
26-
pnpm test
27-
28-
# Run a specific test file.
25+
# Run a test with the default START_URL (https://localhost:3080/web/login)
2926
pnpm test signup.spec.ts
3027

31-
# Run tests against a specific START_URL.
32-
START_URL=https://teleport.dev pnpm test
28+
# Run a test with a specific START_URL.
29+
START_URL=https://teleport.dev pnpm test signup.spec.ts
3330

3431
# Run tests with the Playwright UI, useful for debugging.
3532
pnpm test --ui

0 commit comments

Comments
 (0)