Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created April 17, 2015 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterzawistowicz/fd461debff04c0d70bd8 to your computer and use it in GitHub Desktop.
Save peterzawistowicz/fd461debff04c0d70bd8 to your computer and use it in GitHub Desktop.
TU1_FN = "Test";
TU1_LN = "User1";
TU1_EMAIL = "testuser1@example.com";
TU1_PW = "testUser123";
TU_EMAIL_REGEX = 'testuser*';
SP_APP_NAME = 'Reader Test';
var frisby = require('frisby');
var tc = require('./config/test_config');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment