Files
ionic-framework/scripts/e2e/e2e.template.js
2016-03-13 13:15:04 -05:00

10 lines
318 B
JavaScript

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