-
How does one go about configuring from environment variables in RF and/or how do we make use of tox.ini?
The details around this is not explained nor clearly documented anywhere.
Please advise.
-
Getting this error when trying to run `QASE_REPORT=1 yarn run cypress run`.
My `cypress.json` file :
```{
"reporter": "cypress-qase-reporter",
"reporterOptions": {
"apiToken": "XXX"…
-
Do it after https://github.com/qase-tms/specs/issues/56
-
Im using the qase-reporter for newman like this (the runId is retrieved by creating a run above this code):
```
newman.run({
collection: 'postman_collection.json',
environment: 'post…
-
add target for Taskfile
-
Hi!
Can I search runs by title or other fields?
Or I can use status filter only?
-
```go
CustomField *DefectCreateCustomField `json:"custom_field,omitempty"`
```
DefectCreateCustomField doesn't exist
---
```go
// Dictionary of old values and their replacemants
Replac…
-
-
Trying to upload a screenshot to get its hash, but unfortunately I'm getting error 400
```
public async UploadAttachment (screenshotPath: string): Promise {
let hashValue:string;
…
-
At the moment, if you run 20 specs, 20 TestRuns will be created on Qase, which is quite difficult to read.
It will be AMAZING to be able to have only one TestRun per test execution instead that fo…