This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-15 14:11:50 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
432fb453e4
playwright
/
tests
/
playwright-test
/
stable-test-runner
/
package.json
7 lines
100 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 03:09:53 +03:00
{
"private"
:
true
,
"dependencies"
:
{
chore: roll stable-test-runner to ToT (#9397)
2021-10-08 19:37:06 +03:00
"@playwright/test"
:
"=1.16.0-next-1633705291000"
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 03:09:53 +03:00
}
}
Reference in New Issue
Copy Permalink