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

Improve Playwright tests #168

Merged
merged 6 commits into from
May 30, 2024
Merged

Improve Playwright tests #168

merged 6 commits into from
May 30, 2024

Commits on May 28, 2024

  1. Fix Playwright tests

    bosschaert committed May 28, 2024
    Configuration menu
    Copy the full SHA
    befb2fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10abb65 View commit details
    Browse the repository at this point in the history
  3. Fix linting error

    bosschaert committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a44c354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e292e45 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. Run the regionaledits test in a unique test folder

    This to support multiple tests running in parallel without tripping over
    each other. Playwright in some cases runs tests in parallel (e.g.
    different browsers)
    
    The deletion of the unique test folders is handled automatically by the
    delete.spec.js
    bosschaert committed May 30, 2024
    Configuration menu
    Copy the full SHA
    224e6b1 View commit details
    Browse the repository at this point in the history