qacrobat / teste-cafe-testing-project

A simple testing project developed with testcafe library and the the awesome Javascript language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestCafe Example project

The purpose of this project is show how to create end to end automation testing using Page Object Pattern with the Library TestCafe.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • NodeJS (version 8 or newer);
  • npm;

Installing

git clone https://github.com/katidieter/teste-cafe-testing-project.git
npm install

Running the tests

npm run test
npm run iphone6
npm run test-chrome-headless
npm run test-chrome
npm run test-firefox

Authors

  • Katieli B. Dieter - Initial work

License

This project is licensed under the MIT License Copyright Katieli Bianca Dieter

About

A simple testing project developed with testcafe library and the the awesome Javascript language.


Languages

Language:JavaScript 100.0%