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.
Resolved by adding APP_SECRET: foo to the main.js.yml file
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`