Skip to content

kma7/mobile-site-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVCA Mobile Site Automation

Standard - JavaScript Style Guide

Prerequisites

You will need to have Node.js and NPM (comes with Node) installed on your machine.

Installation

$ cd <your projects folder>
$ git https://github.com/kma7/mobile-site-automation.git
$ cd mobile-site-automation/
$ npm install

Set up Selenium environment The simplest way to get started is to use one of the NPM selenium standalone packages like: vvo/selenium-standalone.

$ npm install selenium-standalone@latest -g
$ selenium-standalone install

Execute the test runner:

$ npm test

Note

The configuration file contains all necessary information to run your test suite. It is a node module that exports a JSON.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published