Skip to content

Instantly share code, notes, and snippets.

View Maggers's full-sized avatar

Jason McConnell Maggers

  • Microsoft Corporation
View GitHub Profile
@Maggers
Maggers / automatedTests.js
Created January 26, 2018 17:51
Sample file for the Automated Testing article
//
// Testing file for TodoMVC within Automated Testing article
// Jason McConnell 2017
//
var webdriver = require('selenium-webdriver');
var expect = require('chai').expect;
var path = require('path');