Skip to content

Commit 1158953

Browse files
committed
updates
1 parent 583936e commit 1158953

File tree

8 files changed

+875
-793
lines changed

8 files changed

+875
-793
lines changed

.github/skills/run-e2e-tests/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ suite('E2E: [Workflow Name]', function () {
122122
- E2E tests are slower than smoke tests (expect 1-3 minutes)
123123
- They may create/modify files - cleanup happens in `suiteTeardown`
124124
- First run downloads VS Code (~100MB, cached in `.vscode-test/`)
125-
- See [docs/e2e-tests.md](../../docs/e2e-tests.md) for detailed documentation
125+
- See [docs/e2e-tests.md](../../../docs/e2e-tests.md) for detailed documentation
126+
- See [docs/test-types-comparison.md](../../../docs/test-types-comparison.md) for when to use which test type

.github/skills/run-integration-tests/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ suite('Integration: [Component A] + [Component B]', function () {
110110
- Integration tests are faster than E2E (30s-2min vs 1-3min)
111111
- Focus on testing component boundaries, not full user workflows
112112
- First run downloads VS Code (~100MB, cached in `.vscode-test/`)
113-
- See [docs/integration-tests.md](../../docs/integration-tests.md) for detailed documentation
113+
- See [docs/integration-tests.md](../../../docs/integration-tests.md) for detailed documentation
114+
- See [docs/test-types-comparison.md](../../../docs/test-types-comparison.md) for when to use which test type

.github/skills/run-smoke-tests/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ suite('Smoke: [Feature Name]', function () {
124124

125125
- First run downloads VS Code (~100MB, cached in `.vscode-test/`)
126126
- Tests auto-retry once on failure
127-
- See [docs/smoke-tests.md](../../docs/smoke-tests.md) for detailed documentation
127+
- See [docs/smoke-tests.md](../../../docs/smoke-tests.md) for detailed documentation
128+
- See [docs/test-types-comparison.md](../../../docs/test-types-comparison.md) for when to use which test type

docs/e2e-tests.md

Lines changed: 160 additions & 238 deletions
Large diffs are not rendered by default.

docs/integration-tests.md

Lines changed: 199 additions & 132 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)