Ilya Vasilev
Ilya Vasilev
Hello. I try to import using gradle in android application: ``` buildscript { repositories { google() mavenCentral() flatDir { dirs 'libs' } } dependencies { classpath "com.android.tools.build:gradle:7.0.3" // NOTE: Do...
Hello. I have a problem with test case creating. After creating: ``` TestCase tc = testLinkAPI.createTestCase(summary, testSuite.getId(), ....); ``` Then `tc.getExternalId()` and `tc.getFullExternalId()` are null both. **Versions:** - TestLink: 1.9.20...
I have one feature file. It has a few scenaries. But after running report portal divides feature for scenaries. So, I have a few the same features in the ReportPortal...
Hello! In December 2023, the Async Api team released a new version 3.0.0, which saw fundamental changes in the yml structure. Now, when I run code generation, an exception throws,...