Skip to content

Commit

Permalink
docs: test suite steps style fixes (#5093)
Browse files Browse the repository at this point in the history
  • Loading branch information
vLia authored Mar 1, 2024
1 parent 8e2b21a commit b211017
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Test Suite Steps can be of two types:
1. Tests: tests to be run.
2. Delays: time delays to wait in between tests.

Similarly to running a Test, running a Test Suite Step based on a test allows for specific execution request parameters to be overwritten. Step level parameters overwrite Test Suite level parameters, which in turn overwrite Test level parameters. The Step level parameters are configurable only via CRDs at the moment.
Similar to running a Test, running a Test Suite Step based on a test allows for specific execution request parameters to be overwritten. Step level parameters overwrite Test Suite level parameters, which in turn overwrite Test level parameters. The Step level parameters are configurable only via CRDs at the moment.

For details on which parameters are available in the CRDs, please consult the table below:

Expand Down Expand Up @@ -81,7 +81,7 @@ For details on which parameters are available in the CRDs, please consult the ta
| labels | || |
| timeout | || |

Similarly to Tests and Test Suites, Test Suite Steps can also have a field of type `executionRequest` like in the example below:
Similar to Tests and Test Suites, Test Suite Steps can also have a field of type `executionRequest` like in the example below:

```bash
apiVersion: tests.testkube.io/v3
Expand Down

0 comments on commit b211017

Please sign in to comment.