Ilya Vasilev

Results 4 issues of 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...

bug

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...

investigation required

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,...