Skip to content

Commit

Permalink
Merge pull request #39 from RahulARanger/nodejs-reporters
Browse files Browse the repository at this point in the history
error handling for job; patch Test Suite
  • Loading branch information
RahulARanger authored Dec 18, 2023
2 parents df4658e + 463d84a commit d07acc3
Show file tree
Hide file tree
Showing 23 changed files with 186 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nodejs-reporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: changesets/action@v1
with:
cwd: ./handshake-nodejs-reporters
publish: npx changeset publish
publish: npm run release
title: "version handshake-nodejs-reporters"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"@wdio/cli": "^8.26.2",
"wdio-handshake-reporter": "0.3.2"
"wdio-handshake-reporter": "0.3.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@wdio/mocha-framework": "^8.24.12",
"@wdio/spec-reporter": "^8.24.12",
"ts-node": "^10.9.2",
"wdio-handshake-reporter": "0.3.2"
"wdio-handshake-reporter": "0.3.5"
},
"devDependencies": {
"cross-env": "^7.0.3"
Expand Down
156 changes: 82 additions & 74 deletions handshake-nodejs-reporters/package-lock.json

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

9 changes: 6 additions & 3 deletions handshake-nodejs-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
"test": "npm run build && turbo run test --concurrency=1 --continue",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish": "turbo run build lint && changeset version && changeset publish"
"release": "changeset publish",
"publish": "turbo run build lint && changeset version && changeset publish",
"export": "npx handshake export ../TestResults --out ../TestReports",
"display": "npx handshake display ../TestReports"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"url":"https://api.github.com/repos/RahulARanger/handshake/releases/assets/141010396","id":141010396,"node_id":"RA_kwDOKgpJeM4IZ6Xc","name":"handshake-Darwin","label":"","content_type":"application/octet-stream","state":"uploaded","size":17667232,"download_count":0,"created_at":"2023-12-16T14:58:41Z","updated_at":"2023-12-16T14:58:42Z","browser_download_url":"https://github.com/RahulARanger/handshake/releases/download/0.1.1/handshake-Darwin"},{"url":"https://api.github.com/repos/RahulARanger/handshake/releases/assets/141010395","id":141010395,"node_id":"RA_kwDOKgpJeM4IZ6Xb","name":"handshake-Linux","label":"","content_type":"application/octet-stream","state":"uploaded","size":31738016,"download_count":0,"created_at":"2023-12-16T14:58:41Z","updated_at":"2023-12-16T14:58:42Z","browser_download_url":"https://github.com/RahulARanger/handshake/releases/download/0.1.1/handshake-Linux"},{"url":"https://api.github.com/repos/RahulARanger/handshake/releases/assets/141010397","id":141010397,"node_id":"RA_kwDOKgpJeM4IZ6Xd","name":"handshake-Windows.exe","label":"","content_type":"application/octet-stream","state":"uploaded","size":17073149,"download_count":0,"created_at":"2023-12-16T14:58:41Z","updated_at":"2023-12-16T14:58:42Z","browser_download_url":"https://github.com/RahulARanger/handshake/releases/download/0.1.1/handshake-Windows.exe"}]
[{"url":"https://api.github.com/repos/RahulARanger/handshake/releases/assets/141265443","id":141265443,"node_id":"RA_kwDOKgpJeM4Ia4oj","name":"handshake-Darwin","label":"","content_type":"application/octet-stream","state":"uploaded","size":17645616,"download_count":0,"created_at":"2023-12-18T12:38:15Z","updated_at":"2023-12-18T12:38:16Z","browser_download_url":"https://github.com/RahulARanger/handshake/releases/download/0.1.2/handshake-Darwin"},{"url":"https://api.github.com/repos/RahulARanger/handshake/releases/assets/141265444","id":141265444,"node_id":"RA_kwDOKgpJeM4Ia4ok","name":"handshake-Linux","label":"","content_type":"application/octet-stream","state":"uploaded","size":31738352,"download_count":0,"created_at":"2023-12-18T12:38:15Z","updated_at":"2023-12-18T12:38:16Z","browser_download_url":"https://github.com/RahulARanger/handshake/releases/download/0.1.2/handshake-Linux"},{"url":"https://api.github.com/repos/RahulARanger/handshake/releases/assets/141265445","id":141265445,"node_id":"RA_kwDOKgpJeM4Ia4ol","name":"handshake-Windows.exe","label":"","content_type":"application/octet-stream","state":"uploaded","size":17073490,"download_count":0,"created_at":"2023-12-18T12:38:15Z","updated_at":"2023-12-18T12:38:16Z","browser_download_url":"https://github.com/RahulARanger/handshake/releases/download/0.1.2/handshake-Windows.exe"}]
Loading

0 comments on commit d07acc3

Please sign in to comment.