Skip to content

Commit

Permalink
Merge pull request #8 from DamianOsipiuk/support-testrail-6
Browse files Browse the repository at this point in the history
Support testrail 6
  • Loading branch information
Damian Osipiuk authored Nov 24, 2020
2 parents c6b1a89 + f4163fc commit f3ce4c8
Show file tree
Hide file tree
Showing 27 changed files with 1,726 additions and 2,015 deletions.
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Notice

Please make sure to check the API reference: http://docs.gurock.com/testrail-api2/start
Please make sure to check the API reference: https://www.gurock.com/testrail/docs/api

To upload attachments for test results you have to enable an option to edit test reults:

Expand Down
2,166 changes: 660 additions & 1,506 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testrail-js-api",
"version": "0.1.6",
"version": "0.2.0",
"description": "Library exposing TestRail API",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -31,14 +31,15 @@
"homepage": "https://github.com/DamianOsipiuk/testrail-api#readme",
"dependencies": {
"form-data": "^3.0.0",
"node-fetch": "^2.6.0"
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^14.0.18",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@types/node-fetch": "^2.5.7",
"jest": "^26.1.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.6"
"jest": "^26.6.3",
"prettier": "^2.2.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
}
}
Loading

0 comments on commit f3ce4c8

Please sign in to comment.