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

refactor: Update test environments and lint configuration #1736

Merged
merged 16 commits into from
Jan 31, 2022

Commits on Jan 28, 2022

  1. Update test environments and lint configuration

    Update Jest (unit + integration) and Playwright (e2e) test environments. Includes stability improvements for e2e tests using newer, more stable methods per the Playwright docs.
    
    - Update Jest 26 => 27
    - Update Jest-related libs (babel parser)
    - Update Playwright 1.8 => Playwright Test 1.18
    - Update ESLint 5 => 8
    - Update ESLint-related libs (parser, prettier, Jest, Playwright)
    - Fix e2e stability issues by replacing PW `$` method calls
    - Refactor e2e test runner from Jest to Playwright Test
    - Refactor e2e test files for Playwright Test
    - Refactor `fix-lint` script name to `lint:fix` for consistency
    - Refactor npm scripts order for readability
    - Remove unnecessary configs and libs
    - Remove example image snapshots
    jhildenbiddle committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e58b74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c6592 View commit details
    Browse the repository at this point in the history
  3. Update Github CI

    jhildenbiddle committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a98ed8f View commit details
    Browse the repository at this point in the history
  4. Fix ESLint errors

    jhildenbiddle committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ac7652f View commit details
    Browse the repository at this point in the history
  5. Update test.yml

    jhildenbiddle authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    f7c93c4 View commit details
    Browse the repository at this point in the history
  6. Update test.yml

    jhildenbiddle authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    111841a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    a547729 View commit details
    Browse the repository at this point in the history
  2. Update test.yml

    jhildenbiddle authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    6e74d8a View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    jhildenbiddle authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    33488c3 View commit details
    Browse the repository at this point in the history
  4. Update test.yml

    jhildenbiddle authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    a0415af View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Update test.yml

    jhildenbiddle authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    2bc620b View commit details
    Browse the repository at this point in the history
  2. Update test.yml

    jhildenbiddle committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5dea79f View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    jhildenbiddle committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    a8ef929 View commit details
    Browse the repository at this point in the history
  4. Fix ESLint errors

    jhildenbiddle committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    05c2c4b View commit details
    Browse the repository at this point in the history
  5. Update test.yml

    jhildenbiddle committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    02cff2d View commit details
    Browse the repository at this point in the history
  6. Update test.yml

    jhildenbiddle committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    7d51edc View commit details
    Browse the repository at this point in the history