Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/playwright-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: testing-library/playwright-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 23 files changed
  • 3 contributors

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    9ce06d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2daf0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9cf1a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dee18aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e71b7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ac6753 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    200d255 View commit details
    Browse the repository at this point in the history
  8. feat: add support for @playwright/test via fixture

    Going forward, two packages will be published:
    - **playwright-testing-library** to support the standalone queries with the
      **playwright** package (no longer supports extending the Playwright
      prototypes via `/extend`)
    - **@playwright-testing-library/test** to support both standalone queries with
      **@playwright/test** _as well as_ a Playwright Test
      [fixture](https://playwright.dev/docs/test-fixtures) (available at
      `@playwright-testing-library/test/fixture`)
    
    BREAKING CHANGE: Removes support for extending Playwright prototypes (`/extend`
    entrypoint) BREAKING CHANGE: Only Playwright 1.12+ is officially supported
    going forward
    
    Co-authored-by: Zacharias Björngren <[email protected]>
    jrolfs and Zache committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    67ce461 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0a3c29 View commit details
    Browse the repository at this point in the history
Loading