Files
ionic-framework/scripts/e2e/e2e.template.js
Tim Lancina f796deb581 snapshot
2015-07-20 14:31:01 -05:00

10 lines
259 B
JavaScript

describe('<%= relativePath %>: <%= platform %>', function() {
it('should init', function() {
browser.get('http://localhost:<%= buildConfig.protractorPort %>/dist/e2e/<%= relativePath %>/index.html?ionicplatform=<%= platform %>');
});
<%= contents %>
});