mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): begin adding ionic components to mono-repo.
This commit is contained in:
9
packages/ionic-angular/scripts/e2e/e2e.template.js
Normal file
9
packages/ionic-angular/scripts/e2e/e2e.template.js
Normal file
@ -0,0 +1,9 @@
|
||||
describe('<%= relativePathBackwardsCompatibility %>: <%= 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 %>
|
||||
|
||||
});
|
Reference in New Issue
Block a user