Skip to content

testxio/testx-quickstart

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

testx quickstart

This project is meant to serve as a starting point for keyword driven tests with testx.

Prerequisites

Make sure you have Node.js installed on your machine. To run selenium server locally (not really necessary for dev/testing) you'll need java as well.

Installation

Clone this project.

Install all dependencies. In the project directory do:

npm install

Run

From within the project directory:

protractor conf.coffee

or

npm test

This run uses Chrome headless mode. If you want to see what is going on, do:

npm run test:display

Run with Docker

This method is recommended when executing your tests as part of a continuous integration pipeline. When using Docker you do not need protractor installed on your machine (or the CI server), but of course you need Docker.

npm run test:docker

Next steps

Check the testx documentation documentation to find out where to go from here.

About

A sample test project using testx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published