microsoft / playwright-test

Build a cross-browser end-to-end test suite with Playwright.
https://playwright.dev
Apache License 2.0
777 stars 34 forks source link

chore: roll to playwright@1.8.1, folio to 0.3.18 #211

Closed carlreid closed 3 years ago

carlreid commented 3 years ago

Should resolve #210 by ignoring babelrc.

AkeemMcLennon commented 3 years ago

Would love to see this merged in quickly! I've been using a forked version locally, but this is a blocker for getting playwright working at my comppany's NextJS project

carlreid commented 3 years ago

@AkeemMcLennon If you're using yarn then you should also be able to use resolutions in your package.json to force the new version.

  "resolutions": {
    "folio": "0.3.18"
  }
AkeemMcLennon commented 3 years ago

@carlreid That worked perfectly! Thanks for the tip!