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

Tests: Enable cypress to run cucumber tests #133

Merged
merged 2 commits into from
Sep 8, 2023

Commits on Sep 7, 2023

  1. Tests: Enable cypress to run cucumber tests

    Add libraries needed to run cucumber tests with cypress,
    namely cypress-cucumber-preprocessor and cypress-esbuild-preprocessor
    in order to translate gherkin steps to cypress executable test.
    
    Configure cypress to run the gherkin tests.
    
    Signed-off-by: Michal Polovka <mpolovka@redhat.com>
    miskopo committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fbe9944 View commit details
    Browse the repository at this point in the history
  2. Test: User addition

    Test the addition of the user.
    This test still depends on login via old_UI and will be changed in the
    future.
    It also depends on freeipa#134
    
    Signed-off-by: Michal Polovka <mpolovka@redhat.com>
    miskopo committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    17490a9 View commit details
    Browse the repository at this point in the history