gulp-protractor
Version:
A helper for protactor and gulp
16 lines (14 loc) • 333 B
HTML
<html data-ng-app='' id='ng-app' lang='de'>
<head>
<meta charset='utf-8'>
<base href='/'>
<title>Example 2</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.min.js"></script>
</head>
<body>
<h1>
Headline {{ 1 + 1 }}
</h1>
</body>
</html>