You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Node.js Internals:
TypeError: Cannot destructure property 'token' of '(intermediate value)(intermediate value)(intermediate value)' as it is null.
at /home/runner/work/alc-design-system/alc-design-system/cypress/plugins/index.ts:82:17`
Resolved by adding APP_SECRET: foo to the main.js.yml file
The text was updated successfully, but these errors were encountered:
I ran into this issue while implementing #185. I think this might not be a documentation issue, but instead we should find a way to load an .env file when running the cypress tests.
I think in real usages of bison, you will most likely need to add additional environment variables. Updating the main.js.yml file doesn't seem like the ideal way to handle that.
When initializing a bison app the e2e Logout test is failing on CI due to missing APP_SECRET in the workflow yml.
Should document and determine how to best use this for request tests as well.
Error:
`Setting up DB ***localhost/myapp_test
Logout
1) properly logs out a user
0 passing (2s)
1 failing
properly logs out a user:
CypressError:
cy.task('login')
failed with the following error:From Node.js Internals:
TypeError: Cannot destructure property 'token' of '(intermediate value)(intermediate value)(intermediate value)' as it is null.
at /home/runner/work/alc-design-system/alc-design-system/cypress/plugins/index.ts:82:17`
The text was updated successfully, but these errors were encountered: