Skip to content

Instantly share code, notes, and snippets.

View notmessenger's full-sized avatar

Jeremy Brown notmessenger

View GitHub Profile
@notmessenger
notmessenger / ember-exam-split-test-parallelization.md
Last active June 20, 2018 19:43
Async execution of multiple "ember exam" calls to facilitate split test parallelization

https://github.com/trentmwillis/ember-exam#split-test-parallelization

Inspired by https://stackoverflow.com/questions/49039442/firefox-browser-disconnect-issue-when-running-tests-via-testem

This coding works though needs to be more robust.

Regarding split test parallelization overall found that Chrome 67 worked better than Firefox 60 but was still an interesting experience regardless of which used. Also, without having actual different containers to run the parallelization in everything is running within the same resource pool so isn't practically any more performant.

To use this save the script into a file named whatever (run-tests.js for example) and then modify your package.json from

@notmessenger
notmessenger / FrostFoundationPresentation.html
Last active April 27, 2018 17:56
Slides for Frost Foundation presentation
<html>
<head>
<title>Frost Foundation: What it is and how to use it</title>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<style>
.slide {
height: 1500px;
width: 1200px;
}