项目作者: twhyderabad

项目描述 :
E2E cross browser testing with testcafe - Vodqa 2018 May
高级语言: JavaScript
项目地址: git://github.com/twhyderabad/E2E-with-testcafe.git
创建时间: 2018-05-24T09:42:11Z
项目社区:https://github.com/twhyderabad/E2E-with-testcafe

开源协议:

下载


E2E-with-testcafe

E2E cross browser testing with testcafe - Vodqa 2018 May

Prerequisites

  1. nodejs >= 8.11.2
  2. Git
  3. Chrome Browser
  4. Firefox Browser

Setup

  1. To install testcafe globally, you need to run
    1. npm install -g testcafe
  2. git clone https://github.com/twhyderabad/E2E-with-testcafe.git
  3. cd E2E-with-testcafe
  4. npm install

Start running your testcases

  1. testcafe chrome specs/sample.test.js