【发布时间】:2021-02-01 22:27:44
【问题描述】:
当我尝试使用 parallel_rspec 执行我的 selenium 测试时,它会显示以下错误,
ChildProcess::MissingFFIError:
FFI is a required pre-requisite for Windows or posix_spawn support in the ChildProcess gem. Ensure the `ffi` gem is installed. If you believe this is an error, please file a bug at http://github.com/enkessler/childprocess/issues
即使在一个接一个地安装 ffi gem 之后,错误仍然相同。顺便说一下,我的 Ruby 版本是 2.6.6。
【问题讨论】:
-
我试过了,但我没有成功,因为我认为这仅适用于 Linux,不适用于 Windows。我为并行执行编写了自己的代码。
-
你介意分享一下吗? @Rajagopalan
标签: ruby selenium selenium-webdriver rspec rubygems