File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 5252 "@hypothesis/frontend-testing" : " ^1.7.1" ,
5353 "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
5454 "@vitest/browser" : " ^4.0.8" ,
55+ "@vitest/browser-playwright" : " ^4.0.8" ,
5556 "@vitest/coverage-istanbul" : " ^4.0.8" ,
5657 "@vitest/eslint-plugin" : " ^1.4.2" ,
5758 "babel-plugin-istanbul" : " ^7.0.1" ,
Original file line number Diff line number Diff line change 11import { SummaryReporter } from '@hypothesis/frontend-testing/vitest' ;
2+ import { playwright } from '@vitest/browser-playwright' ;
23import { defineConfig } from 'vitest/config' ;
34
45import { excludeFromCoverage } from './rollup-tests.config.js' ;
@@ -9,7 +10,7 @@ export default defineConfig({
910 reporters : [ new SummaryReporter ( ) ] ,
1011
1112 browser : {
12- provider : ' playwright' ,
13+ provider : playwright ( ) ,
1314 enabled : true ,
1415 headless : true ,
1516 screenshotFailures : false ,
Original file line number Diff line number Diff line change @@ -3620,7 +3620,24 @@ __metadata:
36203620 languageName : node
36213621 linkType : hard
36223622
3623- " @vitest/browser@npm:^4.0.8 " :
3623+ " @vitest/browser-playwright@npm:^4.0.8 " :
3624+ version : 4.0.8
3625+ resolution : " @vitest/browser-playwright@npm:4.0.8"
3626+ dependencies :
3627+ " @vitest/browser " : 4.0.8
3628+ " @vitest/mocker " : 4.0.8
3629+ tinyrainbow : ^3.0.3
3630+ peerDependencies :
3631+ playwright : " *"
3632+ vitest : 4.0.8
3633+ peerDependenciesMeta :
3634+ playwright :
3635+ optional : false
3636+ checksum : ae31e1c25b49c8303494bab436ed052f2043b48e60d8c6ea93362797e51aa04e92fd0702926d4221aeb4afab83ac23905a3441b7c8760597cc672680a56294d2
3637+ languageName : node
3638+ linkType : hard
3639+
3640+ " @vitest/browser@npm:4.0.8, @vitest/browser@npm:^4.0.8 " :
36243641 version : 4.0.8
36253642 resolution : " @vitest/browser@npm:4.0.8"
36263643 dependencies :
@@ -7146,6 +7163,7 @@ __metadata:
71467163 " @tailwindcss/postcss " : ^4.1.17
71477164 " @trivago/prettier-plugin-sort-imports " : ^5.2.2
71487165 " @vitest/browser " : ^4.0.8
7166+ " @vitest/browser-playwright " : ^4.0.8
71497167 " @vitest/coverage-istanbul " : ^4.0.8
71507168 " @vitest/eslint-plugin " : ^1.4.2
71517169 babel-plugin-istanbul : ^7.0.1
You can’t perform that action at this time.
0 commit comments