在本地的 pychram 中脚本调试的没有问题,然后通过 Jenkins 构建;一开始构建还可以成功,后面就报错了:zipfile.BadZipFile: File is not a zip file。
总是报封装的 excel 类中有错误,但是这里面的脚本一直都没有动过啊,后面想是不是 excel 文件有问题;于是打开 excel 文件,果然 打不开,报错
还好之前对这一份 excel 有备份;于是重新将备份的数据放在指定的路径;执行 run.py 脚本。哈哈,成功了。但是,当我因脚本中用例太多而停止了脚本的执行后,再次执行 run.py ,又报之前的错误。现在发现导致 excel 文件出错的原因了。但是还是不知道具体是怎么造成这种错误的。为什么,执行run跑测试用例时,停止后会损坏excel呢?
相关文章
- zipfile.BadZipFile: File is not a zip file
- 【VC++无法debug】fatal error C1083: 无法打开包括文件:“stdio.h”: No such file or directory【问题解决】
- [emerg] open() "/usr/local/Cellar/nginx/1.17.10/logs/error.log" failed (2: No such file or directory
- Pycharm:[Errno 2] No such file or directory 远程调用出错
- 执行./gradlew命令,提示No such file or directory解决方案
- win10安装Anaconda3 5-2出现Error opening file for writing错误
- nginx-1.8.1 The system cannot find the file specified
- Linux下Oracle10g不能启动之 could not open parameter file
- Could not open input file: artisan问题解决
- fatal error C1083 无法打开包括文件 “gl/glut.h” No such file or directory的解决方法