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

{$ doc.innerTest $}
});