项目作者: Guya-LTD

项目描述 :
End to End testing for Guya's frontends
高级语言: Ruby
项目地址: git://github.com/Guya-LTD/e2e-tests.git
创建时间: 2020-10-02T06:31:31Z
项目社区:https://github.com/Guya-LTD/e2e-tests

开源协议:

下载


End to End Tests

Chrome driver

In order to run the tests in chrome you have to install chrome driver in your machine. which can be downloaded from http://chromedriver.storage.googleapis.com/index.html

Check chrome version chrome://version/ and download the driver from the above link with the same/close verison of the driver.

Once you download the driver export it in your path or copy the executable to /usr/local/bin because that is by default included in your path.

If encountered an error server not ready either open chrome or start chrome daemon by typing chromedriver to shell.

Usage

  1. $ cucumber