Commit 2739347
run playgrounds in playwright (#536)
* wip
* Add post-login-wv
* Before switching to aws-amplify
* Switch to Amplify done
* prettier
* Fix build
* Change wv auth
* Add connectToken endpoint (connect-next playground)
* Add connectTokenExternal route
* Add static well-known for connect-next playground
* start react playground in playwright
* run web-js and web-js-script playgrounds in playwright
* update workflows
* prettier
* install playground deps in the beginning of playwright test
* install root dependencies for test stage
* unique cache step id
* remove root build from playwright (assume it's already done in local or CI
* remove unused function
* remove unnecessary cache step
* clean up stdout
* rpid is localhost
* Extend wv-connect-token endpoint with simulation capas
* Add log
* run playground in connect playwright
* rename workflow file
* remove comments
* remove comments
* recover connect tests
* matrix complete and connect tests
* move env vars out of matrix
* configure playground connect secrets for ci e2e test pipeline
* remove outdated workflow
* prettier
* debug logs for playground in playwright
* install connect playground deps
* disable next cache for concurrent connect playground builds
* build on global setup
* rever cache disable
* fix github secret env vars
* change useragent
* use proper github secret name
* ignore playground app logs in playwright
* build playground on playwright global setup instead of building before every test group
* use correct configs for nightly connect tests
* prettier
* remove unused command
* change remaining vercel URLs to localhost
* abstract playground url out as env var
* prettier
* modify nightly test workflow file
* change readme
* add more randomness to logstream name
* Add assetlinks
* Prettier
* Refactor connect tests (first passing test)
* Refactor connect complete
* Remove external endpoint
* Missing ENVs for flow
* Correct NEXT_PUBLIC_AWS_COGNITO_CLIENT_ID
---------
Co-authored-by: Incorbador <[email protected]>
Co-authored-by: Martin Kellner <[email protected]>1 parent 29f32bc commit 2739347
File tree
123 files changed
+11849
-3796
lines changed- .github/workflows
- packages
- connect-react/src/components
- append
- login-second-factor
- passkeyList
- tests-e2e
- src
- complete
- models
- corbado-auth-blocks
- scenarios
- corbado-auth-component-configs
- corbado-auth-general
- passkey-list-general
- utils
- connect
- fixtures
- models
- scenarios
- utils
- playground
- connect-next
- app
- (api)/connectToken
- (auth-required)
- passkey-list
- post-login
- profile
- setup-mfa
- (no-auth)
- login
- home
- login
- mfa-software-token
- passkey-list
- post-login
- signup
- components
- ui
- lib
- public/.well-known
- web-js-script
- web-js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+11849
-3796
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
0 commit comments