Files
ionic-framework/scripts/e2e/e2e.template.js
2015-03-30 14:18:17 -05:00

10 lines
254 B
JavaScript

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