Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

opencredo/cucumber-js-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Cucumber JS test framework

A Cucumber.js example project for getting started.

An example test framework to get started with API testing using Javascript. Uses the TheyWorkForYou.com API as an example.

Tech stack

  • Javascript
  • Cucumber.js - javascript implementation of Cucumber, a plain English test framework
  • Flow - static type checker for javascript

How to get started

  • Download dependencies: npm build
  • Run the tests: npm test