playwright/packages
Dmitry Gozman d294c5da33
chore: roll stable-test-runner to 1.28.1 (#19310)
This required `allowJs: false` in our `tsconfig.json` due to the
following error:

```

Error: Cannot find module './utilsBundleImpl'
Require stack:
- <playwright>/packages/playwright-core/src/utilsBundle.ts
- <playwright>/packages/playwright-test/lib/reporters/html.js
- <playwright>/tests/playwright-test/reporter-html.spec.ts
- <playwright>/tests/playwright-test/stable-test-runner/node_modules/@playwright/test/lib/loader.js
- <playwright>/tests/playwright-test/stable-test-runner/node_modules/@playwright/test/lib/runner.js
- <playwright>/tests/playwright-test/stable-test-runner/node_modules/@playwright/test/lib/cli.js
- <playwright>/tests/playwright-test/stable-test-runner/node_modules/playwright-core/lib/cli/cli.js
- <playwright>/tests/playwright-test/stable-test-runner/node_modules/playwright-core/cli.js
- <playwright>/tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli.js

   at ../../packages/playwright-core/src/utilsBundle.ts:20

  18 | import path from 'path';
  19 |
> 20 | export const colors: typeof import('../bundles/utils/node_modules/colors/safe') = require('./utilsBundleImpl').colors;
     |                                                                                   ^
  21 | export const debug: typeof import('../bundles/utils/node_modules/@types/debug') = require('./utilsBundleImpl').debug;
  22 | export const getProxyForUrl: typeof import('../bundles/utils/node_modules/@types/proxy-from-env').getProxyForUrl = require('./utilsBundleImpl').getProxyForUrl;
  23 | export const HttpsProxyAgent: typeof import('../bundles/utils/node_modules/https-proxy-agent').HttpsProxyAgent = require('./utilsBundleImpl').HttpsProxyAgent;

    at Object.<anonymous> (<playwright>/packages/playwright-core/src/utilsBundle.ts:20:83)
    at Object.<anonymous> (<playwright>/packages/playwright-test/src/reporters/html.ts:17:1)

```
2022-12-06 15:46:19 -08:00
..
html-reporter chore: drive-by fixes for the snapshotPathTemplate (#18715) 2022-11-10 15:50:13 -08:00
playwright chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
playwright-chromium chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
playwright-core chore: roll stable-test-runner to 1.28.1 (#19310) 2022-12-06 15:46:19 -08:00
playwright-ct-react chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
playwright-ct-solid chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
playwright-ct-svelte chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
playwright-ct-vue chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
playwright-ct-vue2 fix(vue2): include hooks into the npm package (#18826) 2022-11-15 11:02:53 -08:00
playwright-firefox chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
playwright-test chore: rename setup => setupMatch (#19309) 2022-12-06 14:55:22 -08:00
playwright-webkit chore: cut 1.28 branch (#18746) 2022-11-11 15:30:15 -08:00
protocol/src feat: implement a new image comparison function (#19166) 2022-12-02 15:22:05 -08:00
recorder fix(inspector): render expect.not correctly (#19125) 2022-11-28 20:50:16 -08:00
trace/src chore: render typed locators in the trace viewer (#18166) 2022-10-18 19:23:40 -07:00
trace-viewer chore: render browser window in trace (#18870) 2022-11-22 08:41:52 -08:00
web fix: recorder dark theme and strict explore locator parser (#18801) 2022-11-14 16:49:15 -08:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00