Skip to content

cyrkus/EventGuestListManager-API-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7/Apps.io Events API Test Suite

Build Status

runs a suite of tests on the API using Node.js

Setup

First, of course, download this repo. Then, from the Terminal (assuming Node.js is installed) run:

$ npm install

Then you will need to configure your environment by creating a .env file in the root directory with the following variables:

API_ENDPOINT='dev.events.7apps.io'
API_USER={your username}
API_PASS={your password}

To run the tests:

$ npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published