Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d61c940
Add x2Ansible e2e tests and fix playwright config
hardengl Mar 3, 2026
858d890
Remove requestUserCredentials from template for guest auth compatibility
hardengl Mar 3, 2026
c90bb38
Restore requestUserCredentials for GitHub OAuth token flow
hardengl Mar 3, 2026
0e69b63
feat(x2a): add pipeline phases E2E test covering all 4 phases
hardengl Mar 12, 2026
75aed28
fix(x2a): fix API dispose-before-json bug, harden guest login, tolera…
hardengl Mar 12, 2026
c3e674b
fix(x2a): strict init assertion — varchar limit is fixed
hardengl Mar 12, 2026
68357e1
fix(x2a): fix login timeout and missing dismissGitHubLoginDialog
hardengl Mar 12, 2026
2c5e3a7
debug: log GITHUB_TOKEN availability in triggerInit
hardengl Mar 13, 2026
9e471c7
fix(e2e): use domcontentloaded instead of load for login
hardengl Mar 13, 2026
b83a360
fix(e2e): use text-based locator for phase status verification
hardengl Mar 13, 2026
a73ee5d
fix(x2a): patch project secret to disable AAP SSL before publish
hardengl Mar 13, 2026
fd935c9
revert: remove oc patch workaround from test code
hardengl Mar 13, 2026
36176f2
Merge remote-tracking branch 'upstream/main' into feature/x2ansible-e…
hardengl Mar 13, 2026
0a8a563
test(x2a): add FLPATH-4215 source dir resolution e2e test
hardengl May 21, 2026
d05d709
test(x2a): add FLPATH-4211 edit project e2e tests
hardengl May 21, 2026
855a09c
test(x2a): add FLPATH-4211 UI tests for Edit Project dialog
hardengl May 21, 2026
fb02601
fix: resolve Playwright strict mode and locator issues in E2E tests
hardengl May 25, 2026
cfb279d
fix(x2a-e2e): use heading role for edit dialog locator
hardengl Jun 17, 2026
22aac25
fix(x2a-e2e): increase scaffolder form field timeouts to 30s
hardengl Jun 17, 2026
cb5e94a
fix: skip source-dir-resolution test for non-chef streams
Jun 25, 2026
7f46c40
test(x2a): add 6 E2E test files to feature branch
hardengl Jul 7, 2026
60934a4
test(x2a): add export-all-files test with AAP sync assertion (FLPATH-…
hardengl Jul 7, 2026
1d30786
test(x2a): skip scaffolder-dependent tests, fix repo defaults
hardengl Jul 21, 2026
f445f2b
test(x2a): skip project-rules suite (API not available on all versions)
hardengl Jul 21, 2026
440b134
fix(x2a): smoke tests — seed project for table test, skip wizard nav …
hardengl Jul 22, 2026
458518f
feat(x2a-backend): make AAP sync timeout configurable via app-config
hardengl Jul 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion workspaces/x2a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"clean": "backstage-cli repo clean",
"test": "backstage-cli repo test",
"test:all": "yarn openapi-generate && yarn prettier:check && yarn lint:all && backstage-cli repo test --coverage",
"test:e2e": "echo Skipping until we have tests: playwright test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug",
"fix": "backstage-cli repo fix",
"lint": "backstage-cli repo lint --since origin/main",
"lint:all": "backstage-cli repo lint",
Expand Down
Loading
Loading