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

Record Playwright tests with Replay #348

Closed
wants to merge 14 commits into from
Closed

Record Playwright tests with Replay #348

wants to merge 14 commits into from

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    fbfeae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b0c54 View commit details
    Browse the repository at this point in the history
  3. Downgrade to alpha 3

    bvaughn committed May 1, 2024
    Configuration menu
    Copy the full SHA
    307293d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4496d9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    56f99f0 View commit details
    Browse the repository at this point in the history
  2. Lint

    bvaughn committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e9a97a5 View commit details
    Browse the repository at this point in the history
  3. TypeScript

    bvaughn committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d698a54 View commit details
    Browse the repository at this point in the history
  4. Remove @ts-ignore

    bvaughn committed May 2, 2024
    Configuration menu
    Copy the full SHA
    40faa4f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update to 3.0.0-alpha.6

    bvaughn committed May 3, 2024
    Configuration menu
    Copy the full SHA
    976c710 View commit details
    Browse the repository at this point in the history
  2. Remove test.only

    bvaughn committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9b50f64 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 9, 2024

  1. Update @replayio/playwright (#353)

    This one makes sure that the `@replayio/reply` (transitive dependency)
    gets updated too (u can see the change in the lockfile).
    
    With this one, I can record this repo and I get recordings. Some fail at
    times when the metadata's size gets exceeded. We know about the issue
    and we are in the process of figuring out the solution.
    Andarist authored May 9, 2024
    Configuration menu
    Copy the full SHA
    8f63b71 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Use a nicer list reporter locally (#356)

    This addresses the complaint from
    #348 (comment)
    . I didn't realize that the default is `'list'` locally, I added
    `'line'` reporter since I've seen that being used in a couple of other
    projects. I totally agree that `'list'` is quite nice and I prefer it to
    `'line'` - especially if we consider smaller test suites.
    
    ⚠️ `@replayio/playwright` still spits out a bunch of junk into the
    stdout. That makes the current output very cluttered - even with this
    improvement. This is going to be addressed with PRO-315
    Andarist authored May 10, 2024
    Configuration menu
    Copy the full SHA
    e786040 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Empty commit

    bvaughn committed May 19, 2024
    Configuration menu
    Copy the full SHA
    eaa041f View commit details
    Browse the repository at this point in the history