Skip to content

Commit

Permalink
chore(e2e): Switch from Dev-Next to Dev-2.2 (#646)
Browse files Browse the repository at this point in the history
* chore(e2e): Switch from Dev-Next to Dev-2.2

* chore(deps): Update internal-testing-env package to 2.0.3

* chore(npm): Update to newest env configs in test libs

* chore(env): new name for env

* chore(npm): Update playwright helpers

* chore(e2e): Adding vc provider to browser tests

* chore(npm): Fix npm audit warns
  • Loading branch information
chelseapinka authored Jul 12, 2023
1 parent 560ba89 commit 777663a
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 110 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment-name: ["ESS PodSpaces"]
experimental: [false]
include:
- environment-name: "ESS Dev-Next"
- environment-name: "ESS Dev-2-2"
experimental: true
steps:
- uses: actions/checkout@v3
Expand All @@ -47,6 +47,7 @@ jobs:
E2E_TEST_OWNER_CLIENT_SECRET: ${{ secrets.E2E_TEST_OWNER_CLIENT_SECRET }}
E2E_TEST_REQUESTOR_CLIENT_ID: ${{ secrets.E2E_TEST_REQUESTOR_CLIENT_ID }}
E2E_TEST_REQUESTOR_CLIENT_SECRET: ${{ secrets.E2E_TEST_REQUESTOR_CLIENT_SECRET }}
E2E_TEST_VC_PROVIDER: ${{ secrets.E2E_TEST_VC_PROVIDER }}
E2E_TEST_ENVIRONMENT: ${{ matrix.environment-name }}
- name: Archive browser-based end-to-end test request logs
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
environment-name: ["ESS PodSpaces"]
experimental: [false]
include:
- environment-name: "ESS Dev-Next"
- environment-name: "ESS Dev-2-2"
experimental: true
node-version: 20.x
os: ubuntu-latest
Expand Down
84 changes: 84 additions & 0 deletions e2e/browser/test-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 777663a

@vercel
Copy link

@vercel vercel bot commented on 777663a Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.