QUnit to test Google Apps Script

Hi there

Look for advice and direction.
Newb to DVCS and learning alot about how to collaborate on code.

I have a bunch of Google Apps Scripts that I am now creating tests for (trying to be a TDD kinda guy) using QUnit. That part is successful so far.

I am now turning my attention to CI, but am fumbling through some parts:

  1. Looking at Puppeteer on Node. Seems to be the new norm (replacing Phantom etc). Any thoughts?
  2. Trying to figure out what auth to use here for ci to run my google QUnit script. I found this link referring to gCloud, but am not sure if this applies to Google APIs such as Drive, Spreadsheets etc.

Appreciate any timely feedback :slight_smile:

Cheers

Found this link about Using OAuth 2.0 for Server to Server Apps

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.