playwright/packages/playwright-core/src/server/recorder
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
..
codeGenerator.ts chore: send structured codegen info to the debug controller (#18491) 2022-11-01 18:02:14 -07:00
csharp.ts chore: roll stable-test-runner to 1.28.1 (#19310) 2022-12-06 15:46:19 -08:00
DEPS.list chore: generate api calls (#17794) 2022-10-03 17:14:02 -07:00
java.ts chore: roll stable-test-runner to 1.28.1 (#19310) 2022-12-06 15:46:19 -08:00
javascript.ts chore: roll stable-test-runner to 1.28.1 (#19310) 2022-12-06 15:46:19 -08:00
language.ts chore(codegen): do not generate waitForURL (#18167) 2022-10-19 11:26:19 -07:00
python.ts chore: roll stable-test-runner to 1.28.1 (#19310) 2022-12-06 15:46:19 -08:00
recorderActions.ts chore: do not emit comments from codegen (#17747) 2022-09-30 12:36:54 -07:00
recorderApp.ts chore: allow toggling recorder/traceviewer color modes (#18718) 2022-11-10 17:20:09 -08:00
recorderUtils.ts chore: migrate codegen to controller events (#17450) 2022-09-20 14:32:21 -07:00
utils.ts chore: flatten supplements (#13437) 2022-04-08 12:52:40 -07:00