Open vojtech-cerveny opened 4 months ago
Currently I am trying to setup circleCI and I am not sure where can be a problem - it seems, that Electron doesn't have access to internet. But I tried to curl
to google before running tests and it returns status code 200.
Check video from test. It stucks on this screen:
Same as #1643 but for
in-browser-merged
branch.Adding new way how to handle incoming urls (call it from test)
tidepooluploader://localhost/keycloak-redirect#state....
How to test: Add these variables (qa2 personal account) into
.env
yarn test:e2e --headed
for visible Chromeyarn test:e2e
It is draft, please let me know what do you think about my changes.