connectQtest 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +13 -1
- data/lib/connectQtest.rb +1 -1
- data/lib/connectQtest/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c9254f48fb77f67105b726bad2fdc0f15c3d5b4
|
4
|
+
data.tar.gz: 1e9b02fb8cb7c946b8ec481053efcd8c835cfafc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0cebf08ee81fbd318f52b88c3046ba538ff81750cdfbbba6eec6e6df84263e9645f487f75daff640d89044a53db0b90e50aa40846da40c4959112fb3379f4bc
|
7
|
+
data.tar.gz: 82037c7c81cc3ac913d6878327e51d5ff2f46c8a104a6569ce7fe2736c02f56cc7904807457efffd977a7c5531dc7996852db961591af25bad42c0289b739517
|
data/README.md
CHANGED
@@ -22,7 +22,19 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
25
|
-
|
25
|
+
This gem is for run qtest testcases using automation script, for that you need belows things to add in your file.
|
26
|
+
|
27
|
+
$projectid = #your project Id, you will get from qtest
|
28
|
+
|
29
|
+
$id = $runid = TestrunID - whatever testcase you want to execute
|
30
|
+
|
31
|
+
$qtesturl #your qtest url, you will get from qtest
|
32
|
+
|
33
|
+
$authkey #your Qtest authorization, you will get from qtest
|
34
|
+
|
35
|
+
Call this function in your file/method
|
36
|
+
|
37
|
+
Qtest.QtestPostTestResult (name,runid,failMessage)
|
26
38
|
|
27
39
|
## Development
|
28
40
|
|
data/lib/connectQtest.rb
CHANGED
data/lib/connectQtest/version.rb
CHANGED