Skip to content

Commit f3ce4c8

Browse files
author
Damian Osipiuk
authored
Merge pull request #8 from DamianOsipiuk/support-testrail-6
Support testrail 6
2 parents c6b1a89 + f4163fc commit f3ce4c8

27 files changed

+1726
-2015
lines changed

.prettierrc

-4
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Notice
44

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

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

package-lock.json

+660-1,506
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testrail-js-api",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "Library exposing TestRail API",
55
"main": "lib/index.js",
66
"files": [
@@ -31,14 +31,15 @@
3131
"homepage": "https://github.com/DamianOsipiuk/testrail-api#readme",
3232
"dependencies": {
3333
"form-data": "^3.0.0",
34-
"node-fetch": "^2.6.0"
34+
"node-fetch": "^2.6.1"
3535
},
3636
"devDependencies": {
37-
"@types/jest": "^26.0.4",
38-
"@types/node": "^14.0.18",
37+
"@types/jest": "^26.0.15",
38+
"@types/node": "^14.14.9",
3939
"@types/node-fetch": "^2.5.7",
40-
"jest": "^26.1.0",
41-
"ts-jest": "^26.1.1",
42-
"typescript": "^3.9.6"
40+
"jest": "^26.6.3",
41+
"prettier": "^2.2.0",
42+
"ts-jest": "^26.4.4",
43+
"typescript": "^4.1.2"
4344
}
4445
}

0 commit comments

Comments
 (0)