Skip to content

Instantly share code, notes, and snippets.

View jfridye's full-sized avatar

Joseph Fridye jfridye

View GitHub Profile
success case:
http://d1f03msjefv6wz.cloudfront.net/prod/public/js/modules/mmf/workout/dashboard/main.3691fa7ec695.js
http://d2i3r43q6ffvz8.cloudfront.net/prod/public/js/modules/mmf/workout/summary/main.c2ed67371a4b.js
http://d2i3r43q6ffvz8.cloudfront.net/prod/public/js/modules/mmf/workout/allanlim/main.a4d24554b8e2.js
http://d1f03msjefv6wz.cloudfront.net/prod/public/js/modules/mmf/workout/zones/main.baea0609e8b3.js
error case:
http://d1f03msjefv6wz.cloudfront.net/prod/public/js/modules/mmf/workout/dashboard/main.3691fa7ec695.js
http://d2i3r43q6ffvz8.cloudfront.net/prod/public/js/modules/mmf/workout/summary/main.c2ed67371a4b.js
http://d2i3r43q6ffvz8.cloudfront.net/prod/public/js/modules/mmf/workout/allanlim/main.a4d24554b8e2.js
@jfridye
jfridye / gist:fd7a7cded24aa758926f
Last active August 29, 2015 14:05
TheIntern Presentation Outline
THE INTERN: "Make the Intern Do the Testing"
============================================
ABOUT
=====
- it's a framework: end-to-end testing solution
- built by the dojo engineers
FEATURES
========
// Learn more about configuring this file at <https://github.com/theintern/intern/wiki/Configuring-Intern>.
// These default settings work OK for most people. The options that *must* be changed below are the
// packages, suites, excludeInstrumentation, and (if you want functional tests) functionalSuites.
define(['tests/js/intern'], function (config) {
'use strict';
var exports = Object.create(config);
exports.environments = [
// Learn more about configuring this file at <https://github.com/theintern/intern/wiki/Configuring-Intern>.
// These default settings work OK for most people. The options that *must* be changed below are the
// packages, suites, excludeInstrumentation, and (if you want functional tests) functionalSuites.
define(['tests/js/intern'], function (config) {
'use strict';
var exports = Object.create(config);
exports.environments = [
@jfridye
jfridye / gist:d60c1e5fdadd38f5fc1b
Created August 4, 2014 14:37
coverage report 8-04
------------------------------------------|-----------|-----------|-----------|-----------|
File | % Stmts |% Branches | % Funcs | % Lines |
------------------------------------------|-----------|-----------|-----------|-----------|
modules/ | 42.68 | 49.33 | 30.3 | 42.68 |
boilerplate.js | 0 | 100 | 0 | 0 |
core.js | 0 | 100 | 0 | 0 |
initialize.js | 0 | 0 | 0 | 0 |
main.js | 0 | 100 | 0 | 0 |
utils.js | 59.83 | 50.68 | 47.62 | 59.83 |
modules/app/course/ | 0.29 | 0 | 0 | 0.29 |