Files
ionic-framework/scripts/e2e/e2e.template.js

10 lines
292 B
JavaScript

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