playwright-test
playwright-test copied to clipboard
Run unit tests with several test runners or benchmark inside real browsers with playwright and other Javascript runtimes.
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.1 to 15.2.2. Release notes Sourced from lint-staged's releases. v15.2.2 Patch Changes #1391 fdcdad4 Thanks @iiroj! - Lint-staged no longer tries to load configuration from files that...
When running a test file like [this one](https://github.com/ipfs/js-ipfs-bitswap/blob/master/test/browser.ts) autodetect fails to detect mocha. I think this is because autodetect doesn't load the imported test files to continue trying to detect...
CI logging output can be really hard to read: ``` \x1B[0m\x1B[0m\n' \x1B[0m ping test\x1B[0m\n' \x1B[36m - should listen for ping\x1B[0m\n' ``` Some CI logging setups handle this well, some do...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.21.2. Release notes Sourced from esbuild's releases. v0.21.2 Correct this in field and accessor decorators (#3761) This release changes the value of this in initializers...
Bumps [playwright-core](https://github.com/microsoft/playwright) from 1.43.1 to 1.44.0. Release notes Sourced from playwright-core's releases. v1.44.0 New APIs Accessibility assertions expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name: const locator =...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.21.3. Release notes Sourced from esbuild's releases. v0.21.3 Implement the decorator metadata proposal (#3760) This release implements the decorator metadata proposal, which is a sub-proposal...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. Release notes Sourced from pnpm/action-setup's releases. v4.0.0 An error is thrown if one version of pnpm is specified in the packageManager field of package.json...
Bumps [playwright-core](https://github.com/microsoft/playwright) from 1.43.1 to 1.44.1. Release notes Sourced from playwright-core's releases. v1.44.1 Highlights microsoft/playwright#30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed microsoft/playwright#30755 -...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.21.4. Release notes Sourced from esbuild's releases. v0.21.4 Update support for import assertions and import attributes in node (#3778) Import assertions (the assert keyword) have...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.2 to 15.2.5. Release notes Sourced from lint-staged's releases. v15.2.5 Patch Changes #1424 31a1f95 Thanks @iiroj! - Allow approximately equivalent versions of direct dependencies by using the...