ccc

Posted sea-stream

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ccc相关的知识,希望对你有一定的参考价值。

 

#!/bin/bash
if [ -d "report" ];then
    rm -rf report
else
    :
fi
if [ -d "html" ];then
    :
else
    mkdir html
fi
if [ -d "case" ];then
    cd case
else
    mkdir case
    cd case
fi
pytest --alluredir=../report

if [ -d "../html" ];then
    allure generate ../report --clean -o ../html
else
    allure generate ../report -o ../html
fi

if[ -f "../html/data/suites.csv" ];then
    check_results=`cat ../html/data/suites.csv|grep "failed"`
    if [[ $check_results ]]; then
        exit 1
    else
        exit 0
    fi
else
    exit 1
fi

 

以上是关于ccc的主要内容,如果未能解决你的问题,请参考以下文章

CCC认证_选择诺德检测

CCC2018游记

html ccc.html

ccc

ccc

ccc