playwright/packages/playwright-core
Dmitry Gozman c8814cce7d
cherry-pick(#11365): fix(test runner): fixture teardown double error, testInfo.attach() (#11382)
- Use file path, not content to calculate the attachment hash.
- Always cleanup fixture from the list on teardown, to avoid reporting
  teardown error multiple times: from the test, and from the cleanup.
2022-01-13 13:48:23 -08:00
..
bin chore: fix installing of branded browsers under non-root (#10640) 2021-12-06 14:49:22 -08:00
src cherry-pick(#11365): fix(test runner): fixture teardown double error, testInfo.attach() (#11382) 2022-01-13 13:48:23 -08:00
types docs: clarification about trailing slash in docs (#11326) 2022-01-11 07:50:58 -08:00
.npmignore chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browsers.json feat(webkit): roll to r1596 (#11344) 2022-01-12 01:42:13 -08:00
cli.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: verify supported Node.js version during runtime (#10406) 2021-11-19 19:05:17 +01:00
index.mjs chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
package.json chore: mark v1.18.0-rc1 (#11363) 2022-01-12 12:11:09 -08:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.