You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ Buildkite Test Engine Client (bktec) is an open source tool to orchestrate your
4
4
5
5
bktec supports multiple test runners and offers various features to enhance your testing workflow. Below is a comparison of the features supported by each test runner:
6
6
7
-
| Feature | RSpec | Jest | Playwright | Cypress | pytest | Go test |
Copy file name to clipboardExpand all lines: docs/pytestpants.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
-
# Using bktec with pants
1
+
# Using bktec with pants (Experimental)
2
+
3
+
> [!WARNING]
4
+
> Pants support is currently experimental and has limited feature support. Only the following features are supported:
5
+
> - Automatically retry failed tests
6
+
> - Mute tests (ignore test failures)
7
+
>
8
+
> The following features are not supported:
9
+
> - Filter test files
10
+
> - Split slow files by individual test example
11
+
> - Skip tests
12
+
2
13
To integrate bktec with pants, you need to [install and configure Buildkite Test Collector for pytest](https://buildkite.com/docs/test-engine/python-collectors#pytest-collector) first. Then set the `BUILDKITE_TEST_ENGINE_TEST_RUNNER` environment variable to `pytestpants`.
3
14
4
-
Look at the example configuration files in the [pytest_pants testdata directory](https://github.com/buildkite/test-engine-client/tree/main/internal/runner/testdata/pytest_pants) for an example of how to add buildkite-test-collector to the pants resolve used by pytest. Specifically:
15
+
Look at the example configuration files in the [pytest_pants testdata directory](../internal/runner/testdata/pytest_pants) for an example of how to add buildkite-test-collector to the pants resolve used by pytest. Specifically:
0 commit comments