e2e.template.js 340 B

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