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
fa3dd76cf8
playwright
/
tests
/
playwright-test
/
stable-test-runner
/
package.json
7 lines
97 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.35.0-alpha-jun-7-2023 (#23585) This fixes following error in the merged reports: ``` (index):9825 TypeError: Cannot read properties of null (reading 'toFixed') at msToString ((index):18917:15) at TestFilesView ((index):19373:9) at Uh ((index):9372:7) at kj ((index):10444:7) at Uk ((index):12508:86) at Tk ((index):12134:11) ```
2023-06-08 00:54:14 +02:00
"@playwright/test"
:
"1.35.0-alpha-jun-7-2023"
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