-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm_package
variables not set when processing cypress/plugins/index.js
#524
Comments
no idea why but it seems to be undefined. Reported upstread here: cypress-io/github-action#524 Signed-off-by: Max <max@nextcloud.com>
no idea why but it seems to be undefined. Reported upstread here: cypress-io/github-action#524 Signed-off-by: Max <max@nextcloud.com>
no idea why but it seems to be undefined. Reported upstread here: cypress-io/github-action#524 Signed-off-by: Max <max@nextcloud.com>
Ahaha, I see we had the same issue @max-nextcloud 😢 |
It looks like you were able to resolve your issue. Can this be closed now? |
Closing, since this is a stale, inactive issue. |
I was able to find a workaround by setting
Your choice. The issue in the action still is there but a workaround exists. |
Thanks for responding! Since The So, I would tend to leave this issue closed if you have a workaround which fits your needs. If there is anything which needs investigating, then probably a new issue would be better than re-opening this one, due to migration differences. |
We're using a webpack config that makes use of
npm_package_name
andnpm_package_version
.These are not set during the run - which is confusing as it looks like
npx
is used to run the job.I'd expect the
npm_package_...
variables to be set just like when i runnpx cypress run
locally.The text was updated successfully, but these errors were encountered: