Skip to content

shift-left/service-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Service API Integration Test Showcase

Installation

$ npm install

Usage

  • Run directly with mocha (example):
# Run all tests against production
$ ./node_modules/.bin/mocha test/sample
# Run all tests in specific test file
# Use environment variable to specify if use proxy or not
# By default, proxy is off
$ NODE_CONFIG='{"proxy":"http://127.0.0.1:8888"}' ./node_modules/.bin/mocha test/sample/sample.js

About

Showcase for backend web services automation test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors