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

Playwright V2 E2E Framework #4706

Merged
merged 12 commits into from
Jul 3, 2024
Merged

Playwright V2 E2E Framework #4706

merged 12 commits into from
Jul 3, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    416fe3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f01db View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    2504e51 View commit details
    Browse the repository at this point in the history
  2. lower timeout for serve-web to start

    30s is higher than the test timeout, which lead to hard to debug
    failures. 10s means in the default case if we have issues the 'Could not
    start code process' error will be thrown.
    keegancsmith committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a309bdc View commit details
    Browse the repository at this point in the history
  3. inherit process.env when starting code-tunnel

    On linux I need my PATH and because of the environment I am on I also
    need other environment variables to be able to run random binaries from
    the internet (ie the vscode we download).
    keegancsmith committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1ec99e2 View commit details
    Browse the repository at this point in the history
  4. say bin is for windows as well

    I did not test on windows. However, I inspected the tarball from the
    download site and it follows the same pattern as linux
    keegancsmith committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e75a2f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Lockfile improvements

    RXminuS committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3e25a3f View commit details
    Browse the repository at this point in the history
  2. Wait for server download

    RXminuS committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    954514f View commit details
    Browse the repository at this point in the history
  3. Fix lockfile downloads

    RXminuS committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    08781ab View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Improve Fxitures

    RXminuS committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e1c9748 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into rnauta/feat/e2e-v2

    # Conflicts:
    #	pnpm-lock.yaml
    RXminuS committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    139996b View commit details
    Browse the repository at this point in the history
  3. Fix linting

    RXminuS committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    77e6f2e View commit details
    Browse the repository at this point in the history