Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bd23b00
Migrate github discovery
dzemanov Mar 23, 2026
6d28072
Refactor github-helper
dzemanov Mar 23, 2026
acd3cc3
Add failing to test
dzemanov Mar 23, 2026
7851ae2
Update initialDelay for now
dzemanov Mar 23, 2026
5e9019b
Update test org
dzemanov Mar 24, 2026
0acabfa
Fix maintainability issues
dzemanov Mar 24, 2026
ffde60d
Unify org handling with other plugins
dzemanov Mar 24, 2026
5548b87
Update token name
dzemanov Mar 24, 2026
e5d17f0
Update vars
dzemanov Mar 24, 2026
0e210bc
Add suppressError
dzemanov Mar 24, 2026
6417733
Update timeout and schedule
dzemanov Mar 24, 2026
c96bb65
Test subset with same names
dzemanov Mar 24, 2026
ea7ccd2
Add fix for env variable
dzemanov Mar 24, 2026
420af77
Remove testing line
dzemanov Mar 25, 2026
216c7d7
Update urils version
dzemanov Mar 25, 2026
da8f830
Organize imports
dzemanov Mar 25, 2026
0bb07a8
Split api helper
dzemanov Mar 25, 2026
f2cb12a
Make sure subset is small
dzemanov Mar 25, 2026
c2afa90
Update to serial
dzemanov Mar 25, 2026
58d9e17
Update utils version
dzemanov Mar 26, 2026
d2a386b
Login as guest
dzemanov Mar 30, 2026
e6f35cc
Use directly ApiHelper
dzemanov Mar 30, 2026
ae5767f
Merge branch 'main' into github-discovery
dzemanov Apr 2, 2026
1514c59
Merge branch 'main' into github-discovery
dzemanov Apr 2, 2026
8b99062
Merge branch 'main' into github-discovery
dzemanov Apr 7, 2026
eb9fcda
Update e2e-test-utils version
dzemanov Apr 8, 2026
84623b5
Merge branch 'main' into github-discovery
dzemanov Apr 13, 2026
b614819
Remove test.info
dzemanov Apr 14, 2026
f2b10eb
Merge branch 'main' into github-discovery
dzemanov Apr 23, 2026
6521615
Update removed func after merge
dzemanov Apr 23, 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
4 changes: 4 additions & 0 deletions workspaces/backstage/e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ dotenv.config({ path: `${import.meta.dirname}/.env` });
*/
export default defineConfig({
projects: [
{
name: "backstage-github-discovery",
testMatch: /tests\/specs\/github-discovery\.spec\.ts/,
},
{
name: "backstage-gitlab-discovery",
testMatch: /tests\/specs\/gitlab-discovery\.spec\.ts/,
Expand Down
366 changes: 0 additions & 366 deletions workspaces/backstage/e2e-tests/support/api/api-helper.ts

This file was deleted.

Loading
Loading