Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Automated tests 如何运行windmill测试脚本_Automated Tests_Web Testing_Windmill - Fatal编程技术网

Automated tests 如何运行windmill测试脚本

Automated tests 如何运行windmill测试脚本,automated-tests,web-testing,windmill,Automated Tests,Web Testing,Windmill,我已经记录了与windmill的一些交互,当我点击save时,我得到了以下(python)脚本: 现在我不知道该怎么做了。最后,我需要一个脚本,我可以用它同时运行100个测试 然而,如果我运行一个测试,并且很容易将它与python并行。但是现在我不能运行这个简单的测试 我希望有人能帮助我:) 只需将windmill的输出脚本粘贴到名为*.py的文件中,然后执行以下命令即可运行 windmill chrome test=./[directory containing your *.py files

我已经记录了与windmill的一些交互,当我点击save时,我得到了以下(python)脚本:

现在我不知道该怎么做了。最后,我需要一个脚本,我可以用它同时运行100个测试

然而,如果我运行一个测试,并且很容易将它与python并行。但是现在我不能运行这个简单的测试


我希望有人能帮助我:)

只需将windmill的输出脚本粘贴到名为*.py的文件中,然后执行以下命令即可运行

windmill chrome test=./[directory containing your *.py files] http://www.google.com
您还可以直接指定测试文件的名称

如果希望并行运行脚本,则可以在单独的终端中执行这些命令。到目前为止,这只适用于chrome。Firefox正在抱怨是否打开了多个实例

windmill chrome test=./[directory containing your *.py files] http://www.google.com