fast icon indicating copy to clipboard operation
fast copied to clipboard

chore: update test suites to leverage @web/test-runner and esm supported libraries

Open chrisdholt opened this issue 1 year ago • 2 comments

Pull Request

📖 Description

This PR updates testing across the repo to leverage @web/test-runner. This is a necessary step to update TypeScript.

🎫 Issues

n/a

chrisdholt avatar Sep 30 '23 09:09 chrisdholt

@playwright/test should be upgradeable to the latest version (currently ^1.39.0) if yarn-deduplicate is used on the lockfile, to merge the different versions being pulled in.

(note: in my testing, @microsoft/fast-ssr will require locking [email protected] after using yarn-deduplicate!)

radium-v avatar Nov 14 '23 03:11 radium-v

When running all repo tests in streaming mode (yarn lerna run test --stream), there's a chance that runners will collide when trying to utilize port 8000. It's an intermittent failure which sometimes appears in parallel mode.

radium-v avatar Nov 14 '23 03:11 radium-v

Closing this as it has many conflicts and has been out of date for some time, additionally this will be resolved in a future PR after we remove yarn and switch to npm.

janechu avatar May 30 '24 19:05 janechu