02 2022 档案
发表于 2022-02-22 18:01阅读次数:509评论次数:0
摘要:前言 应业务需求,需要用到pytest-xdist库作并行任务,为解决钩子函数重复调用问题,所以记录一下。 主要从博主发表的文章获得启发. 原文地址:https://korytkin.medium.com/how-to-get-data-from-pytest-xdist-nodes-2fbf2f0
阅读全文 »
发表于 2022-02-09 14:09阅读次数:624评论次数:0
摘要:cy.allure常用方法: cy.logStep(name)/cy.step(name): 定义allure里的step步骤 - logStep(name): 定义子步骤 - step(name, isParent:false): 是否为父步骤,false则为子步骤 cy.allure().wri
阅读全文 »