随笔分类 - 问题解决记录
记录日常学习碰到的问题,踩到的坑,以备以后回归学习看。
摘要:解决办法: https://www.cnblogs.com/lsdb/p/10430031.html
阅读全文
摘要:错误: 一堆warning,pytest没有执行,错误截图如下: 问题原因: 有运行警告了,测试也不运行了,因此运行的时候忽略warning。 解决办法: 运行时,增加:-p no:warning pytest --alluredir=../results -s -v -p no:warnings
阅读全文
摘要:问题描述: 用SecureCRT的rz命令上传文件,发现SecureCRT提示: zmodem transfer canceled by remote side 截图: 问题原因: 是上传文件中可能含有控制字符的问题 解决: 1.使用 rz -e 命令可以解决这个问题 2.或者删除上传文件中的特殊字
阅读全文
摘要:问题描述: jenkins安装在Linux服务器 Jenkins下执行pipeline脚本生成allure报告,报错: java.io.IOException: Can't find allure commandline <null>完整报错信息: java.io.IOException: Can'
阅读全文
摘要:问题描述: windows jenkins跑pipline脚本,报如下错误: Caused: java.io.IOException: Cannot run program "nohup" (in directory "C:\Program Files (x86)\Jenkins\workspace
阅读全文
摘要:问题描述: windows下,pipeline指令: pipeline { agent any environment{ a = 'test' } stages{ stage('example') { steps{ echo 'This is a example' bat ''' cd d:/jen
阅读全文
摘要:报错信息:Error when executing always post condition: ru.yandex.qatools.allure.jenkins.exception.AllurePluginException: Can not find any allure commandline
阅读全文

浙公网安备 33010602011771号