文件名称:atspi_app_driver:通过Atspi测试驱动GNOME应用程序
文件大小:11KB
文件格式:ZIP
更新时间:2024-04-14 09:21:15
gnome hacktoberfest atspi gir-ffi Ruby
Atspi应用程式驱动程式 使用GirFFI的启用Atspi的应用程序的测试驱动程序。 负责启动和关闭,并在GUI的主UI框架上提供了一个句柄。 用法 该驱动程序假定您的应用程序位于bin/并在lib/使用其他的ruby代码。 假设您的应用程序名为foo 。 然后,在您的测试中,执行以下操作: require 'atspi_app_driver' describe 'The application' do before do @driver = AtspiAppDriver.new('foo') # This will boot `ruby -Ilib bin/foo`, wait for its main window to appear, # and focus it. @driver.boot end it 'does stuff' d
【文件预览】:
atspi_app_driver-master
----Changelog.md(1KB)
----Rakefile(346B)
----.github()
--------dependabot.yml(147B)
--------workflows()
----test()
--------bin()
--------test_helper.rb(58B)
--------end_to_end()
----.rubocop.yml(2KB)
----Gemfile(70B)
----atspi_app_driver.gemspec(1KB)
----doc()
--------dependency_decisions.yml(865B)
----.gitignore(18B)
----lib()
--------atspi_app_driver.rb(3KB)
----README.md(2KB)
----LICENSE.txt(1KB)