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

[React - Vue] - Migrate E2E Tests from Cypress to Playwright #335

Merged
merged 41 commits into from
Aug 27, 2024

Commits on Aug 9, 2024

  1. remove cypress files

    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b5829c3 View commit details
    Browse the repository at this point in the history
  2. chore: Update test data creation script

    The test data creation script has been updated to use the `PLAYWRIGHT_TEST_USER_PASS` environment variable instead of `CYPRESS_TEST_USER_PASS` for the password of the Playwright E2E test user.
    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    180ff22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21f6c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    857e9e2 View commit details
    Browse the repository at this point in the history
  5. feat: Add e2e tests for home page and sign up functionality

    This commit adds e2e tests for the home page and sign up functionality in the React web client. The tests ensure that the welcome text, login button, and signup button are visible on the home page. Additionally, the tests cover the sign-up workflow, including filling in the required fields and submitting the form. This enhances the test coverage and helps ensure the proper functioning of these critical features.
    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4dd1728 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c52a91a View commit details
    Browse the repository at this point in the history
  7. chore: Update test data creation script to use correct environment va…

    …riable for Playwright E2E test user password
    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    48346fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6984418 View commit details
    Browse the repository at this point in the history
  9. rename test

    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3dc1c71 View commit details
    Browse the repository at this point in the history
  10. chore: Update e2e.yml to use actions/checkout@v4 and actions/setup-no…

    …de@v4
    
    This commit updates the e2e.yml workflow file to use the latest versions of the actions/checkout and actions/setup-node actions. It also adds a custom name and path for the checkout action, and sets the node version to 18 for the setup-node action. These updates ensure that the e2e workflow is using the most up-to-date dependencies and configurations.
    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d8dd03e View commit details
    Browse the repository at this point in the history
  11. chore: Update e2e.yml to use actions/checkout@v4 and actions/setup-no…

    …de@v4
    
    This commit updates the e2e.yml workflow file to use the latest versions of the actions/checkout and actions/setup-node actions. It also adds a custom name and path for the checkout action, and sets the node version to 18 for the setup-node action. These updates ensure that the e2e workflow is using the most up-to-date dependencies and configurations.
    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3f71314 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ce5a80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3401ed8 View commit details
    Browse the repository at this point in the history
  14. test path

    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7c43658 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d4525ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    98d7857 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f095e75 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ffa2ae3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    105410f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a33619f View commit details
    Browse the repository at this point in the history
  21. trigger react build

    noriega2112 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dc1bbb7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    312f1ea View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3dd0bbf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f2da5f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    5d99eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26bf91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    227f4e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    8b31f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a449a57 View commit details
    Browse the repository at this point in the history
  3. add testing ids

    noriega2112 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ce9315c View commit details
    Browse the repository at this point in the history
  4. add testing script

    noriega2112 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1e31809 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    9ab61ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0cd032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f188ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2941f74 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    a763fa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    9fcf282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36cb1aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a837829 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    f60f78c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a94bc25 View commit details
    Browse the repository at this point in the history