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

Configure E2E testing package #1493

Merged
merged 29 commits into from
Mar 12, 2024
Merged

Configure E2E testing package #1493

merged 29 commits into from
Mar 12, 2024

Commits on Mar 5, 2024

  1. Move end-to-end tests

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    23a4349 View commit details
    Browse the repository at this point in the history
  2. Clean up env data

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    60b7b59 View commit details
    Browse the repository at this point in the history
  3. Clean up unused files

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7ba82a6 View commit details
    Browse the repository at this point in the history
  4. Add types for Node

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a7e3fbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ccd635 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13a6781 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02fe763 View commit details
    Browse the repository at this point in the history
  8. Add table of contents

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d02eac4 View commit details
    Browse the repository at this point in the history
  9. First draft of GitHub actions for E2E testing

    - Includes a very basic test
    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f2e12fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd674ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d216722 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fde234 View commit details
    Browse the repository at this point in the history
  13. Fix UI mode instructions

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3c56819 View commit details
    Browse the repository at this point in the history
  14. Add back editor config

    I guess this was needed
    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    46beaae View commit details
    Browse the repository at this point in the history
  15. Ignore test results

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    82051b4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ecdcc9e View commit details
    Browse the repository at this point in the history
  17. Improve login test

    trslater committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ddde7ae View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0c1dabd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix comment on cron

    trslater committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    55ee278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a578144 View commit details
    Browse the repository at this point in the history
  3. Use correct branch and working-dir

    - By default schedule actions use default branch
    trslater committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    352b23f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    d67686d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d1696 View commit details
    Browse the repository at this point in the history
  3. Use basic login fixture

    - Fixture is parameterized so it can be reused
    trslater committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    66f1f19 View commit details
    Browse the repository at this point in the history
  4. Run tests against dev env for now

    - This may change later
    trslater committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    76a41cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf98b33 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Create better frontend/browser selection strategy

    - Frontend now selected via directory
    - Fixtures now per-frontend
    - Base URL is set in frontend's fixtures file
    trslater committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d17ead4 View commit details
    Browse the repository at this point in the history
  2. Setup Prettier/eslint

    trslater committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b97c5ab View commit details
    Browse the repository at this point in the history
  3. Move Node types to dev deps

    trslater committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8ef944d View commit details
    Browse the repository at this point in the history