-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b71d6f2
commit cc9e3e1
Showing
3 changed files
with
34 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# CLI CTRF Reports | ||
|
||
A CTRF CLI utility tool | ||
# CTRF CLI | ||
|
||
Various CTRF utilities available by command line | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"results": { | ||
"tool": { | ||
"name": "webdriverio" | ||
}, | ||
"summary": { | ||
"tests": 2, | ||
"passed": 1, | ||
"failed": 1, | ||
"skipped": 0, | ||
"pending": 0, | ||
"other": 0, | ||
"start": 1708979371669, | ||
"stop": 1708979388927 | ||
}, | ||
"tests": [ | ||
{ | ||
"name": "should login with valid credentials", | ||
"status": "passed", | ||
"duration": 6292 | ||
}, | ||
{ | ||
"name": "should login with error valid credentials", | ||
"status": "failed", | ||
"duration": 10891 | ||
} | ||
] | ||
} | ||
} |