Skip to content

kobenguyent/amazon-ui-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Introduction

Basically, this is used for e2e tests.

How to use

This e2e test is done using CodeceptJS https://codecept.io/

Tech

e2e test uses a number of open source projects to work properly:

Installation

e2e test requires Node.js v4+ to run.

Install the dependencies and devDependencies.

$ cd amazon-ui-tests
$ npm install -d

How to trigger UI test

This is using WebDriverIO helper which wraps webdriverio library to manipulate browser, hence Selenium WebDriver needs to be called

$ webdriver-manager update
$ webdriver start

To run all e2e tests just simply type

$ yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published