是否可以在 Kiwi TCMS 中 运行 测试用硒和黄瓜创建的案例?
Is it possible to run test cases created with selenium and cucumber in Kiwi TCMS?
我是 Kiwi TCMS 的新手。我有一些困惑。
首先,是否可以在 Windows 中安装 Kiwi,因为文档 https://kiwitcms.readthedocs.io/en/latest/set_dev_env.html#install-python-3 适用于基于 Linux 的操作系统。
另外,我没有任何关于我是否可以使用 Kiwi 来执行用 Cucumber 和 Selenium Web Driver 创建的测试用例的信息。
我的想法是上传Kiwi中的jar文件,然后继续执行。
如果是,我如何上传然后执行测试用例?
我已经在 Kiwi 中创建了一个帐户,但我不明白我应该如何 execute/upload 我的代码。
Firstly, is it possible to install Kiwi in Windows
是的。但它没有得到官方支持/认可,如果您不熟悉 docker / unix,可能会有 issues or 。
Also, I do not have any information on - if i can use Kiwi to execute test cases created with Cucumber and Selenium Web Driver.
没有。看到这个 . But there is an open issue on GitHub for this functionality - see https://github.com/kiwitcms/Kiwi/issues/914 .
要执行从 cucumber + selenium web-driver 创建的测试用例,可以使用 Jenkins 作为测试执行环境。它是开源的,甚至可以让您可视化 cucumber
的报告
我是 Kiwi TCMS 的新手。我有一些困惑。
首先,是否可以在 Windows 中安装 Kiwi,因为文档 https://kiwitcms.readthedocs.io/en/latest/set_dev_env.html#install-python-3 适用于基于 Linux 的操作系统。
另外,我没有任何关于我是否可以使用 Kiwi 来执行用 Cucumber 和 Selenium Web Driver 创建的测试用例的信息。
我的想法是上传Kiwi中的jar文件,然后继续执行。
如果是,我如何上传然后执行测试用例?
我已经在 Kiwi 中创建了一个帐户,但我不明白我应该如何 execute/upload 我的代码。
Firstly, is it possible to install Kiwi in Windows
是的。但它没有得到官方支持/认可,如果您不熟悉 docker / unix,可能会有 issues or
Also, I do not have any information on - if i can use Kiwi to execute test cases created with Cucumber and Selenium Web Driver.
没有。看到这个
要执行从 cucumber + selenium web-driver 创建的测试用例,可以使用 Jenkins 作为测试执行环境。它是开源的,甚至可以让您可视化 cucumber
的报告