Make E2E tests work on Linux, support retries, and have new Azure pipeline (#36207) (#36247)
* Make E2E tests work on Linux, support retries, and have new Azure pipeline * Opt components E2E tests out of other CI pipelines (run only in the new one) * Update src/Components/test/E2ETest/Tests/InputFileTest.cs Co-authored-by:Martin Costello <martin@martincostello.com> * Move new pipeline logic into old pipeline Co-authored-by:
Your Name <you@example.com> Co-authored-by:
Martin Costello <martin@martincostello.com> Co-authored-by:
Your Name <you@example.com> Co-authored-by:
Martin Costello <martin@martincostello.com>
显示
- .azure/pipelines/ci.yml 3 个添加, 3 个删除.azure/pipelines/ci.yml
- .azure/pipelines/components-e2e-tests.yml 34 个添加, 35 个删除.azure/pipelines/components-e2e-tests.yml
- src/Components/test/E2ETest/AssemblyInfo.cs 6 个添加, 0 个删除src/Components/test/E2ETest/AssemblyInfo.cs
- src/Components/test/E2ETest/Infrastructure/ServerFixtures/BlazorWasmTestAppFixture.cs 8 个添加, 8 个删除...Infrastructure/ServerFixtures/BlazorWasmTestAppFixture.cs
- src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs 0 个添加, 2 个删除...t/ServerExecutionTests/CircuitGracefulTerminationTests.cs
- src/Components/test/E2ETest/Tests/FormsTest.cs 7 个添加, 7 个删除src/Components/test/E2ETest/Tests/FormsTest.cs
- src/Components/test/E2ETest/Tests/GlobalizationTest.cs 10 个添加, 2 个删除src/Components/test/E2ETest/Tests/GlobalizationTest.cs
- src/Components/test/E2ETest/Tests/InputFileTest.cs 1 个添加, 1 个删除src/Components/test/E2ETest/Tests/InputFileTest.cs
- src/Components/test/testassets/GlobalizationWasmApp/GlobalizationWasmApp.csproj 0 个添加, 2 个删除...stassets/GlobalizationWasmApp/GlobalizationWasmApp.csproj
- src/Shared/E2ETesting/BrowserFixture.cs 2 个添加, 1 个删除src/Shared/E2ETesting/BrowserFixture.cs
- src/Shared/E2ETesting/E2ETesting.props 1 个添加, 1 个删除src/Shared/E2ETesting/E2ETesting.props
- src/Shared/E2ETesting/SeleniumStandaloneServer.cs 31 个添加, 4 个删除src/Shared/E2ETesting/SeleniumStandaloneServer.cs
- src/Testing/src/xunit/AspNetTestInvoker.cs 1 个添加, 49 个删除src/Testing/src/xunit/AspNetTestInvoker.cs
- src/Testing/src/xunit/AspNetTestRunner.cs 53 个添加, 1 个删除src/Testing/src/xunit/AspNetTestRunner.cs
- src/Testing/test/RetryTest.cs 11 个添加, 2 个删除src/Testing/test/RetryTest.cs
加载中
想要评论请 注册 或 登录