Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Jun 9, 2024
1 parent b71d6f2 commit cc9e3e1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 17 deletions.
4 changes: 1 addition & 3 deletions README.md
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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "webdriverio"
},
"summary": {
"tests": 4,
"passed": 2,
"failed": 2,
"tests": 2,
"passed": 1,
"failed": 1,
"skipped": 0,
"pending": 0,
"other": 0,
Expand Down Expand Up @@ -43,17 +43,7 @@
"suite": "My Login application",
"filePath": "/Users/matthew/projects/personal/ctrf/wdio-tests/test/specs/test.e2e.ts",
"browser": "chrome 121.0.6167.184"
},
{
"name": "should login with valid credentials",
"status": "passed",
"duration": 6292
},
{
"name": "should login with error valid credentials",
"status": "failed",
"duration": 10891
}
]
}
}
}
29 changes: 29 additions & 0 deletions test-reports/ctrf-report-two.json
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
}
]
}
}

0 comments on commit cc9e3e1

Please sign in to comment.