Skip to content

labalicious/tray-script-tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tray-script-tester

Tool to develop and test script steps for the tray.io platform.

Setup:

  1. Download repo.
  2. Install Homebrew
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
brew doctor
  1. Install NPM/Node
brew install node
  1. Install other dependencies
npm install mout
npm install lodash 
npm install moment
npm install request

To Run:

  1. Open ‘index.js’ and ‘script.js’ in separate text editors.
  2. Paste the literal INPUT from a Script step in the logs into the ‘input’ file.
  3. Paste your full Script into the ‘script’ file.
  4. Navigate to the tray-script-tester folder in terminal, and type ‘node run.js’. It will execute your code and show you the output that you would expect to see in the Tray builder.

About

Tool to develop/test script steps for the tray.io platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%