文件名称:wdio-demo:以WebDriverIO 前端测试框架实际运行的范例
文件大小:107KB
文件格式:ZIP
更新时间:2024-05-19 08:20:37
docker jenkins mocha drone chai
wdio-demo 以WebDriverIO 前端测试框架实际运行的范例 目录 技术架构 前端测试框架 Styles BDD Styles 断言函式库 chai 测试码设计样式 Page Objects Pattern Within your web app's UI there are areas that your tests interact with. A Page Object simply models these as objects within the test code. This reduces the amount of duplicated code and means that if the UI changes, the fix need only be applied in one place. 简单来说就是降低重复程式码,当UI 变动时,只需要修改一
【文件预览】:
wdio-demo-master
----package.json(810B)
----test()
--------specs()
--------pageobjects()
----assets()
--------webdriverio.png(59KB)
----.DS_Store(8KB)
----src()
--------img()
----.idea()
--------wdio-demo.iml(458B)
--------markdown-navigator()
--------misc.xml(174B)
--------vcs.xml(180B)
--------modules.xml(270B)
--------jsLibraryMappings.xml(187B)
--------markdown-navigator.xml(4KB)
--------watcherTasks.xml(139B)
--------markdown-exported-files.xml(185B)
----.drone.yml(879B)
----.gitignore(2KB)
----README.md(2KB)
----yarn.lock(39KB)
----wdio.conf.js(10KB)