File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Flaky tests detection
2- Visualise tests whose state changes most often. During software development, it is often common that some tests start to randomly fail,
2+ Visualize tests whose state changes most often. During software development, it is often common that some tests start to randomly fail,
33but finding those tests is a tedious and time consuming problem. Flaky tests detection solves that problem by processing historical xunit test
4- results and cheks which tests changes state most often. Flaky tests detection is available as Github Action plugin and
4+ results and checks which tests changes state most often. Flaky tests detection is available as Github Action plugin and
55[ Python package] ( https://pypi.org/project/flaky-tests-detection/ ) . For usage, see [ example] ( https://github.com/F-Secure/flaky-test-ci )
66at the ` actions ` page.
77
You can’t perform that action at this time.
0 commit comments