Skip to content
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

Use node >=18 in gui test runner docker images #2586

Closed
DeltaMichael opened this issue Aug 18, 2023 · 0 comments
Closed

Use node >=18 in gui test runner docker images #2586

DeltaMichael opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@DeltaMichael
Copy link
Contributor

DeltaMichael commented Aug 18, 2023

Overview

A fronend dependency in shared-components is causing builds to fail, because it requires version >=18 of node.

https://gitlab.com/vmware-analytics/versatile-data-kit/-/jobs/4898468639

#2358 bumped the node version to >=18, but also bumped the cypress version to >=12. This is reflected in version 2.1.1 of the gui test runner docker image. The result is that e2e tests are not able to run with version 2.1.1 of the docker image, because they're looking for cypress 9.7.0.

Acceptance criteria

  1. Frontend jobs in CI run using image version 2.1.1 or another image.
@DeltaMichael DeltaMichael added enhancement New feature or request bug Something isn't working labels Aug 18, 2023
@DeltaMichael DeltaMichael self-assigned this Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant