summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/steps/passing_steps.out
AgeCommit message (Collapse)Author
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-04-16fix(cli/tools/test): Prefix test module paths with "./" (#14301)Nayeem Rahman
2022-04-11feat(test): Improve testing report output (#14255)Bartek Iwańczuk
Following changes were done in this commit: - remove "test" prefix before each test - use gray color for "running N tests from ..." prompt - use relative path or remote URL instead of full URL in "running N tests from ..." prompt - in "failures" section, add file path/remote URL before the test name Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-11-15feat(unstable/test): include test step pass/fail/ignore counts in final ↵David Sherret
report (#12432)
2021-10-11feat(unstable/test): imperative test steps API (#12190)David Sherret