我正在使用Eclipse IDE进行一个使用pytest编写测试用例的项目。我已经将pyunit环境配置为使用“py.test runner”而不是“PyDev test runner”,但是,我无法为pytest传递任何参数。
所以这是我在终端中运行的示例命令 -
pytest --server-version=5.0.0-3516 --sync-gateway-version=1.5.0-557 --sync-gateway-config-file resources/sync_gateway_configs/sync_gateway_default_cc.json --mode=cc testsuites/syncgateway/functional/tests/
感谢您的帮助