Skip to content

Instantly share code, notes, and snippets.

View kevinguebert's full-sized avatar
☀️
wattch.io

Kevin Guebert kevinguebert

☀️
wattch.io
  • Roswell, GA
  • 23:44 (UTC -04:00)
View GitHub Profile
@kevinguebert
kevinguebert / bootstrap.js
Created August 6, 2018 22:45
Testing with Puppeteer - Part 2
const puppeteer = require('puppeteer');
const { expect } = require('chai');
const _ = require('lodash');
before (async function () {
global.expect = expect;
global.browser = await puppeteer.launch({headless: true});
});
after (function () {
name = "Test Module"
description = "Test Module for patches"
core = 7.x
@kevinguebert
kevinguebert / accountability.json
Last active August 21, 2018 18:09
Accountability
[
{
"goal": "Bloggin'",
"start": "01/01/2018",
"end": "8/03/2018",
"total": 125,
"description": "Posting to kevinguebert.com",
"status": [
{
"month": "January",