From d859f4ace91053b867b8fed587203985ad550e0c Mon Sep 17 00:00:00 2001 From: Matt Matheson Date: Tue, 12 Nov 2024 06:46:56 +0000 Subject: [PATCH] GITBOOK-638: No subject --- flaky-tests/get-started/frameworks/README.md | 2 +- .../get-started/frameworks/{cargo-nextest.md => rust.md} | 0 summary.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename flaky-tests/get-started/frameworks/{cargo-nextest.md => rust.md} (100%) diff --git a/flaky-tests/get-started/frameworks/README.md b/flaky-tests/get-started/frameworks/README.md index 5425e6e..960c53b 100644 --- a/flaky-tests/get-started/frameworks/README.md +++ b/flaky-tests/get-started/frameworks/README.md @@ -4,4 +4,4 @@ Trunk Flaky Tests uses test results uploaded from your CI jobs to detect flaky t In order for Trunk Flaky Tests to detect and quarantine flaky tests accurately, it's important to configure your test outputs with a **non-random** test name and to report file paths associated with each test file. It's also important to report **every test run**, including reruns. -
Androidandroid.mdandroid.png
Bazelbazel.mdbazel.png
Cargo-nextestcargo-nextest.mdcargo-next.png
Cucumbercucumber.mdcucumber.png
Cypresscypress.mdcypress.png
go-junit-reportBroken linkgo-junit-report.png
gotestsumgotestsum.mdgotestsum.png
Jasminejasmine.mdjasmine.png
Jestjest.mdjest.png
Karmakarma.mdkarma.png
Mavenmaven.mdmaven.png
minitestminitest.mdminitest.png
Mochamocha.mdmocha.png
PHPUnitphpunit.mdphpunit.png
Playwrightplaywright.mdplaywright.png
pytestpytest.mdpytest.png
RSpecrspec.mdrspec.png
Swift Testingswift-testing.mdswift-testing.png
unittestBroken linkunittest.png
Vitestvitest.mdvitest.png
XCTestxctest.mdxctest.png
+
Androidandroid.mdandroid.png
Bazelbazel.mdbazel.png
Cargo-nextestrust.mdcargo-next.png
Cucumbercucumber.mdcucumber.png
Cypresscypress.mdcypress.png
go-junit-reportBroken linkgo-junit-report.png
gotestsumgotestsum.mdgotestsum.png
Jasminejasmine.mdjasmine.png
Jestjest.mdjest.png
Karmakarma.mdkarma.png
Mavenmaven.mdmaven.png
minitestminitest.mdminitest.png
Mochamocha.mdmocha.png
PHPUnitphpunit.mdphpunit.png
Playwrightplaywright.mdplaywright.png
pytestpytest.mdpytest.png
RSpecrspec.mdrspec.png
Swift Testingswift-testing.mdswift-testing.png
unittestBroken linkunittest.png
Vitestvitest.mdvitest.png
XCTestxctest.mdxctest.png
diff --git a/flaky-tests/get-started/frameworks/cargo-nextest.md b/flaky-tests/get-started/frameworks/rust.md similarity index 100% rename from flaky-tests/get-started/frameworks/cargo-nextest.md rename to flaky-tests/get-started/frameworks/rust.md diff --git a/summary.md b/summary.md index 7dea89e..119368e 100644 --- a/summary.md +++ b/summary.md @@ -20,7 +20,7 @@ * [Playwright](flaky-tests/get-started/frameworks/playwright.md) * [pytest](flaky-tests/get-started/frameworks/pytest.md) * [RSpec](flaky-tests/get-started/frameworks/rspec.md) - * [Rust](flaky-tests/get-started/frameworks/cargo-nextest.md) + * [Rust](flaky-tests/get-started/frameworks/rust.md) * [Swift Testing](flaky-tests/get-started/frameworks/swift-testing.md) * [Vitest](flaky-tests/get-started/frameworks/vitest.md) * [XCTest](flaky-tests/get-started/frameworks/xctest.md)