我是靠谱客的博主 害羞学姐,最近开发中收集的这篇文章主要介绍httprunner使用中问题记录,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

使用httprunner报错一

INFO     HttpRunner version: 2.4.9
INFO     Loading environment variables from D:simpleTest.env
!!!!!!!!!! exception stage: load tests !!!!!!!!!!
while parsing a block mapping
  in "D:simpleTesttestsuitestestsuite_htlx_cq.yml", line 7, column 3
expected <block end>, but found '<block mapping start>'
  in "D:simpleTesttestsuitestestsuite_htlx_cq.yml", line 14, column 4

原因:yaml文件中节点没对齐,比如 one和Two没对齐。

config:
    name: "demo testsuite"
   
    base_url: "http://10.7.2.202:5328/"

testcases:   
  one:
    name: call demo_testcase with data 1
    testcase: testcases/HTLX/htlx-cq.yml  
    parameters:
          typeid-CoverType-modeflag:
             - ["02569","100106","1"]
                      
  Two:
    name: call demo_testcase with data 2
    testcase: testcases/dbsh5328.yml 
    parameters:
      - logname: ["00012","0035"] 
      - orderid: ${P(data/orderid.csv)}
      - CoverType: [100104]

            

 

使用httprunner报错二

Traceback (most recent call last):
PermissionError: [Errno 13] Permission denied: 'D:/simpleTest/data/orderid.csv'

程序在写文件时,文件被其他人使用,关掉打开的文件。

最后

以上就是害羞学姐为你收集整理的httprunner使用中问题记录的全部内容,希望文章能够帮你解决httprunner使用中问题记录所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(57)

评论列表共有 0 条评论

立即
投稿
返回
顶部