ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
ISC License
109 stars 13 forks source link

GUI needs a Jasmine test suite #114

Closed ajvincent closed 6 years ago

ajvincent commented 6 years ago

After all, how are we to know that the GUI actually works correctly without active tests?

Blocks #90.

ajvincent commented 6 years ago

Before I can close this, I need to figure out how to integrate the GUI tests into the Travis CI build.

ajvincent commented 6 years ago

Active GUI testing is currently blocked by the requirement on the start panel for actual files to load. We need a "test mode" for the start panel to accept a known existing set of URL's.

ajvincent commented 6 years ago

Fixed!!!