File tree 1 file changed +3
-3
lines changed
src/mono/wasm/Wasm.Build.Tests
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
</PropertyGroup >
47
47
48
48
<ItemGroup >
49
- <PackageReference Include =" Microsoft.Playwright" Version =" 1.21 .0" />
49
+ <PackageReference Include =" Microsoft.Playwright" Version =" 1.47 .0" />
50
50
<ProjectReference Include =" $(RepoRoot)src\tasks\Microsoft.NET.Sdk.WebAssembly.Pack.Tasks\Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.csproj" />
51
51
<Compile Include =" $(BrowserProjectRoot)debugger\DebuggerTestSuite\BrowserLocator.cs" />
52
52
87
87
<RunScriptCommands Condition =" '$(OS)' != 'Windows_NT'" Include =" export IS_RUNNING_ON_CI=true" />
88
88
<RunScriptCommands Condition =" '$(OS)' == 'Windows_NT'" Include =" set IS_RUNNING_ON_CI=true" />
89
89
90
- <RunScriptCommands Condition =" '$(OS)' != 'Windows_NT'" Include =" chmod +x $HELIX_WORKITEM_ROOT/.playwright/node/linux/playwright.sh" />
91
- <RunScriptCommands Condition =" '$(OS)' != 'Windows_NT'" Include =" chmod +x $HELIX_WORKITEM_ROOT/.playwright/node/linux/node" />
90
+ <RunScriptCommands Condition =" '$(OS)' != 'Windows_NT'" Include =" chmod +x $HELIX_WORKITEM_ROOT/.playwright/node/linux-x64 /playwright.sh" />
91
+ <RunScriptCommands Condition =" '$(OS)' != 'Windows_NT'" Include =" chmod +x $HELIX_WORKITEM_ROOT/.playwright/node/linux-x64 /node" />
92
92
</ItemGroup >
93
93
94
94
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments