mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
chore(protractor-generator): add dgeni processor for protractor
This commit is contained in:
committed by
Peter Bacon Darwin
parent
0f77bd6d0a
commit
cd508678cd
7
docs/config/templates/protractorTests.template.js
Normal file
7
docs/config/templates/protractorTests.template.js
Normal file
@@ -0,0 +1,7 @@
|
||||
describe("{$ doc.description $}", function() {
|
||||
beforeEach(function() {
|
||||
browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}");
|
||||
});
|
||||
|
||||
{$ doc.innerTest $}
|
||||
});
|
||||
Reference in New Issue
Block a user