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
37af9ce3cf
playwright
/
tests
/
config
/
test-runner
/
package.json
7 lines
103 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(tests): roll stable test runner to jun-8-2021 (#6951)
2021-06-08 17:35:04 +02:00
"@playwright/test"
:
"=1.12.0-next-alpha-jun-8-2021"
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