Skip to content

Commit

Permalink
import Tabs in docusaurus page
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 26, 2021
1 parent e4f835d commit 4e7346f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/Retry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ id: retry
title: Retry Flaky Tests
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

You can rerun certain tests with the WebdriverIO testrunner that turn out to be unstable due to things like a flaky network or race conditions. (However, it is not recommended to simply increase the rerun rate if tests become unstable!)

## Rerun suites in Mocha
Expand Down

0 comments on commit 4e7346f

Please sign in to comment.