Skip to content

Commit

Permalink
feature: add WDIO reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Aug 20, 2024
1 parent 2629708 commit 8154637
Show file tree
Hide file tree
Showing 21 changed files with 1,485 additions and 3 deletions.
181 changes: 178 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"qase-playwright",
"qase-testcafe",
"qase-mocha",
"qase-wdio",
"./examples/*"
],
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions qase-wdio/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
1 change: 1 addition & 0 deletions qase-wdio/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
7 changes: 7 additions & 0 deletions qase-wdio/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.*
**/tsconfig.json
**/jest.config.js
examples
test
coverage
src
2 changes: 2 additions & 0 deletions qase-wdio/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/dist
/coverage
Loading

0 comments on commit 8154637

Please sign in to comment.