Replacement e2e test system that is easy for all devs to debug/extend/maintain.
- ES6
- run against local, qa and prod
- able to run multiple browsers
- ff/ch/edge
- report test status to same end-point the ember ones use
- keep code as simple as possible while still levergaging re-use
- locate the page and specs in same folder so we are not "searching" for files
- limit abstractions so it's easy to locate problems and make changes
- use common libs where possible
- mocha+chai is also used in our node tests