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

Cleanup E2E tests and scripts #2813

Merged
merged 1 commit into from
Mar 20, 2023

Commits on Mar 20, 2023

  1. Cleanup E2E tests and scripts

    - Remove use of `envsubst` in E2E test script which used either
    `kubectl` or `curl` to create resources on the cluster then queries
    the Dashboard API to retrieve them. Instead implement the test in
    Cypress and remove all of the related setup, dependencies, etc.
    - Create custom Cypress commands for common use of `kubectl` in the
    tests, i.e. create/delete namespace, apply resource.
    - Update Cypress to latest release
    - Update docs to remove reference to the old integration tests and
    remove the local script as all tests can now be run via Cypress which
    is already documented in a later section of the same doc.
    AlanGreene committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b0244cf View commit details
    Browse the repository at this point in the history