feat(e2e): create basic e2e test runner

This is mostly PoC code that shows how this can be done. This will grow
into the actual test runner.
This commit is contained in:
Ken Sodemann
2017-10-26 10:12:56 -05:00
parent e5536a4331
commit d9d0150b4c
8 changed files with 157 additions and 11 deletions

View File

@ -0,0 +1,5 @@
describe('buttons', () => {
it('loads', () => {
});
});