Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 571 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 571 Bytes

Webdriver.IO Quick Start

安裝相依套件: $ npm install

執行測試: $ npm test

測試報告: $ open report/index.html

Screenshot

多重瀏覽器的環境設定:

  1. 安裝 ChromeDriver
  2. 安裝 GeckoDriver
  3. 設定 Safari WebDriver

Page Object with Fluent Interface:

Screenshot