aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/templates/protractorTests.template.js
blob: d7580a485c66fea4f3e088bfe2d6afcda5a0414c (plain)
1
2
3
4
5
6
7
describe("{$ doc.description $}", function() {
  beforeEach(function() {
    browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}");
  });

{$ doc.innerTest $}  
});