Files
ionic-framework/scripts/e2e/e2e.template.js
2015-10-06 14:20:09 -05:00

10 lines
273 B
JavaScript

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