-
`qase-pytest == 3.0.1`
`qaseio == 3.1.0`
We have an issue with using qase.step like this:
```python
from qaseio.pytest import qase
with qase.step(1):
...
```
It worked something…
-
Example from PHPUnit reporter:
`X-Client: qaseapi=v1.0.0-alpha.3;qase-phpunit=v1.0.0-alpha.3;phpunit=9.5.13`
`X-Platform: os=Linux;arch=aarch64;php=8.1.3;composer=2.2.7`
Reference example:
`X-Clie…
-
STR:
- send result to gherkin test case
AR:
- the result is assigned only to the first step or not assigned at all
ER:
- the result must be transferred in full
ps, example data:
`*** Sett…
-
qaseio 3.1.1
```
filters = GetResultsFiltersParameter(
status="failed",
run=str(self.test_run_id),
)
result_list: ResultListResponse = results_api_insta…
-
Update the API client according to the latest version spec
https://github.com/qase-tms/specs
Sync versions, set new version on specs update.
Related:
https://github.com/qase-tms/qase-java/issues/7…
-
I installed qase-javascript 2.0.1 via `npm install qaseio` and setup the following test file:
main.js
```
const qaseio = require( 'qaseio');
require('dotenv').config()
const qase = new qaseio…
-
Update the API client according to the latest version spec
https://github.com/qase-tms/specs
Sync versions, set new version on specs update.
Related:
https://github.com/qase-tms/qase-java/issues/7…
-
I can run tests on live, staging, and on branch preview URLs. When I see the results in Qase, I am unable to see which environment that it ran on.
I used the auto-generating test cases option, w…
-
Example JS implementation:
https://github.com/qase-tms/qase-javascript/blob/master/qase-cucumberjs/src/index.ts
Example PHP implementation:
https://github.com/qase-tms/qase-phpunit / https://github…
-
Example from PHPUnit reporter:
`X-Client: qaseapi=v1.0.0-alpha.3;qase-phpunit=v1.0.0-alpha.3;phpunit=9.5.13`
`X-Platform: os=Linux;arch=aarch64;php=8.1.3;composer=2.2.7`
Reference example:
`X-Clie…