sprinkler:端到端测试框架

时间:2024-07-22 23:44:09
【文件属性】:

文件名称:sprinkler:端到端测试框架

文件大小:90KB

文件格式:ZIP

更新时间:2024-07-22 23:44:09

Go

喷头 [在制品] 端到端测试框架。 开始 安装喷头 操作系统: $ brew install hokaccha/tap/sprinkler 其他平台: 从 设置Selenium 操作系统: $ brew install selenium-server-standalone $ selenium-server 运行 hello.yml # hello.yml scenarios : - name : Hello sprinkler! actions : - visit : http://www.google.com - assert_title : Google - wait_for : input[type="text"] - input : element : input[type="text"] value : Hello


【文件预览】:
sprinkler-master
----example()
--------form.yml(815B)
--------wait.yml(1KB)
--------navigate.yml(495B)
--------assert.yml(1KB)
--------tag.yml(269B)
--------assets()
--------exec_script.yml(318B)
--------error.yml(82B)
--------dialog.yml(422B)
--------fail.yml(219B)
--------include()
--------google.yml(340B)
--------include.yml(112B)
--------before_after.yml(302B)
--------dom_events.yml(616B)
--------web_storage.yml(783B)
--------screenshot.yml(118B)
----cli.go(1KB)
----action()
--------set_web_storage.go(1KB)
--------delete_web_storage.go(1KB)
--------clear.go(488B)
--------base_test.go(2KB)
--------exec_script.go(609B)
--------assert_attribute.go(1KB)
--------assert_css.go(941B)
--------base.go(5KB)
--------visit.go(655B)
--------assert_selected.go(738B)
--------assert_length.go(877B)
--------assert_not_exist.go(672B)
--------input.go(634B)
--------assert_url.go(895B)
--------wait.go(466B)
--------assert_visible.go(730B)
--------assert_text.go(1021B)
--------load_script.go(773B)
--------assert_web_storage.go(2KB)
--------handle_dialog.go(636B)
--------click.go(488B)
--------assert_hidden.go(724B)
--------assert_not_selected.go(762B)
--------submit.go(496B)
--------assert_title.go(904B)
--------screenshot.go(750B)
--------assert_exist.go(645B)
--------navigate.go(739B)
--------assert_value.go(1012B)
--------assert_dialog_text.go(948B)
--------exec_sh.go(629B)
----main_test.go(397B)
----LICENSE(1KB)
----version.go(45B)
----main.go(240B)
----.gitignore(24B)
----README.md(860B)
----utils()
--------utils_test.go(3KB)
--------color.go(751B)
--------utils.go(2KB)
--------color_test.go(798B)
----player.go(5KB)

网友评论