-
It is challenging for test analysts using QTaf to identify and analyze problems. This is partly because numerous warnings are displayed, which can be overwhelming for individuals without a technical b…
mzdih updated
6 months ago
-
Hi,
like the title says, there are 2 issue that needs to be addressed:
1. The update to 0.2.20 broke the headed mode for chrome, meaning that local tests are only run in headless only now
2. Test…
-
**Describe the bug**
Im am using Lombock in my project and have annotated a class the following way:
```java
@Data
@Builder()
public class MyEntity {
@Singular private List results;
}
``…
-
reproducing recipe:
under macos, python==2.7.10
```shell
qta-manage createproject foo
cd footestproj
echo qtaf > requirements.txt
python manage.py dist
```
error:
```python
File "/User…
-
If I activate in qtaf.json the html report feature with
`"htmlReport": {
"enabled": true
}` then I cannot find a html report file in the log directory. I don't get an error message for a miss…
-
![Jenkins Log](https://github.com/Qytera-Gmbh/QTAF/assets/141254241/571fef52-b0be-4d38-b1d8-25e883ecf5f2)
![erfolgreicher Konsolen Output](https://github.com/Qytera-Gmbh/QTAF/assets/141254241/e4da575…
-
* 标准模式创建的工程,生成requirements.txt并且将qtaf添加到依赖
* 修改manage.py内容,去掉对exlib的加载
* 考虑将server、pc、android、ios这类的命名前缀去掉
* 测试基类的命名大小写优化
* 考虑增加.gitignore和.gitattributes文件,减少用户的误提交
-
如题, 希望测试报告能支持allure的集成
-
Android设备:google Pixel arm64-v8a Android 7.1.1
出错代码行:device.connect_wifi('xxx', 'xxx') # 'xxx'是马赛克
日志:
Traceback (most recent call last):
File "/Users/Anker/qtaf_project/footestproj/footest/hel…
-
With the property "continueOnAssertionFailure" set to true. There is a difference in the informations between the HMTL-Report and the Report.json.
In the HTML-Report the Step is marked as an error …