This website requires JavaScript.
Explore
Help
Register
Sign In
Filip
/
playwright
Watch
1
Star
0
Fork
You've already forked playwright
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
eff5cd6dbb
playwright
/
tests
/
playwright-test
/
stable-test-runner
/
package.json
7 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: bring in folio source (#6923) - Source now lives at `src/test`. - Former folio tests live at `tests/playwright-test`. - We use `src/test/internal.ts` that exposes base test without Playwright fixtures for most tests (to avoid modifications for now). - Test types live in `types/testFoo.d.ts`. - Stable test runner is installed to `tests/config/test-runner` during `npm install`. - All deps including test-only are now listed in `package.json`. Non-test deps must also be listed in `build_package.js` to get included.
2021-06-07 02:09:53 +02:00
{
"private"
:
true
,
"dependencies"
:
{
chore: roll stable-test-runner to: 1.50.0-beta-1737557690000 (#34433)
2025-01-22 21:46:25 +01:00
"@playwright/test"
:
"1.50.0-beta-1737557690000"
chore: bring in folio source (#6923) - Source now lives at `src/test`. - Former folio tests live at `tests/playwright-test`. - We use `src/test/internal.ts` that exposes base test without Playwright fixtures for most tests (to avoid modifications for now). - Test types live in `types/testFoo.d.ts`. - Stable test runner is installed to `tests/config/test-runner` during `npm install`. - All deps including test-only are now listed in `package.json`. Non-test deps must also be listed in `build_package.js` to get included.
2021-06-07 02:09:53 +02:00
}
}
Reference in a new issue
Copy permalink