test-reporter/src
Michal Dorner de0b4b9ece
Add option to convert backslashes in path pattern to forward slashes
The fast-glob library that is internally used interprets backslashes as escape characters. If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators. It might be useful when path input variable is composed dynamically from existing directory paths on Windows.

Closes #127
2021-06-22 22:33:11 +02:00
..
input-providers Fix artifact-provider zip processing and report name generation 2021-02-15 21:07:14 +01:00
parsers Fix JUnit test-cases with error misclassified as passed test 2021-05-24 15:03:34 +02:00
report Force generating summary if there is single results file and onlySummary is enabled 2021-06-22 21:28:22 +02:00
utils Merge branch 'dev' into mocha-json 2021-04-01 00:05:41 +02:00
main.ts Add option to convert backslashes in path pattern to forward slashes 2021-06-22 22:33:11 +02:00
test-parser.ts Add support for loading test results from artifacts 2021-02-15 15:18:55 +01:00
test-results.ts Add support for mocha-json 2021-02-23 22:39:35 +01:00