An error occurred while loading the file. Please try again.
An error occurred while loading the file. Please try again.
An error occurred while loading the file. Please try again.
-
xiao-hesheng authored
解决yaml文件中文乱码问题 修改tag内容
b2b9fe2c
# -*- encoding=utf8 -*-
import sys
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,mdm-web企业审核,id2248,id2248-2,sit,on,2023091202
主数据平台:产品新增和审核通过
"""
from common.common_func import commonFuc
pro_path=commonFuc().get_pro_path()
from airtest.core.api import using
# sys.path.append(pro_path+'\\air_case\\mdm3-pim\\产品新增和审核通过.air')
sys.path.append(r'D:\PycharmProjects\autotest-airtest-web\\air_case\\mdm3-pim2\\产品新增和审核通过.air')
using("产品新增和审核通过.air")