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

Run e2e tests against the current UI code via Temporal CLI #1010

Merged
merged 8 commits into from
Jan 5, 2023

Commits on Jan 3, 2023

  1. Add spike of end to end tests.

    This builds the current UI code for cloud, bundles into ui-server and then into
    Temporal CLI to run tests against.
    robholland committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    dae3c74 View commit details
    Browse the repository at this point in the history
  2. Amend job name.

    robholland committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d896213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5263fc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16ac409 View commit details
    Browse the repository at this point in the history
  5. Get test passing.

    robholland committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c324003 View commit details
    Browse the repository at this point in the history
  6. Tidy up a little.

    robholland committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    532d70f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Don't use samples repo for codec server.

    This avoids relying on the codec server implementation staying the same and
    also allows us to customize the workflows to better suite them to tests we need
    to run.
    robholland committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b1a5acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9182780 View commit details
    Browse the repository at this point in the history