Ancient One
Ancient One
> @ae86sen 你能不能提供代码例子,以及你到底是如何通过多线程运行测试的? *run.py* ```python import pytest from concurrent.futures import ThreadPoolExecutor, wait, ALL_COMPLETED def main_task(args: list): ""pytest"" pytest.main(args) if __name__ == '__main__': marks = ['-m hpc', '-m ehpc'] thread_count =...
it seems to have something to do with the ”@allure.step“. there is a new code example: *test_demo.py* ```python import time import allure import pytest @allure.title("hello") @pytest.mark.d1 @allure.step('123') def test_hpc(): time.sleep(1)...
i tried to run with v2.8.24 of allure-pytest, it's no problem.
> thanks!Looking forward to your good news~
一样,用秘钥有问题,用密码ok。
还是没有解决吗?一直中断。。