reportportal / agent-swift-XCTest

ReportPortal integration for XCTest
Apache License 2.0
0 stars 4 forks source link

iOS multithreading approach for ReportPortal agent #7

Open YauheniPo opened 4 months ago

YauheniPo commented 4 months ago

Hello!

Do you have plans to resolve this solution to run iOS autotest in parallel with the Report portal agent?

HardNorth commented 4 months ago

@YauheniPo Nobody ever told us there are any features with this. So we can backlog it for better times, because we don't actually have Swift developers here.

YauheniPo commented 4 months ago

Unfortunately it's bloker for us for using ReportPortal in the future with a lot of autotests. Currently we have run in 3 threads. ReportPortal agent cannot collect results in this case?

HardNorth commented 4 months ago

@YauheniPo I just don't know, you can try and say if there are any issues.

YauheniPo commented 4 months ago

Unfortunately, I don't see reports in multithreading mode

Why do not available exception messages in failed ios tests in ReportPortal?

YauheniPo commented 3 months ago

@HardNorth please check https://github.com/reportportal/agent-swift-XCTest/issues/8

HardNorth commented 1 week ago

@YauheniPo, this should be fixed in: https://github.com/reportportal/agent-swift-XCTest/releases/tag/3.0.3

YauheniPo commented 1 week ago

unfortunately ( no

HardNorth commented 1 week ago

@YauheniPo Do you use the latest version? I just managed to publish it. But the release was created yesterday.

YauheniPo commented 1 week ago

sorry I will check your new changes thank you

YauheniPo commented 1 week ago

@HardNorth I ran tests in concurrent_workers = 3 and max_concurrent_simulators = 3 and ReportPortal launch is empty - without any tests results

3.0.3 release code

HardNorth commented 1 week ago

@YauheniPo So we wait for another fix, unfortunately :(