1 2 3 4 5 6 7
describe("{$ doc.description $}", function() { beforeEach(function() { browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}"); }); {$ doc.innerTest $} });