91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何安裝與使用protractor

發布時間:2021-03-01 17:34:21 來源:億速云 閱讀:222 作者:Leah 欄目:web開發

本篇文章給大家分享的是有關如何安裝與使用protractor,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

npm protractor

npm install -g protractor

npm install protractor的依賴項

基于第二步下載到的文件,在命令行里面進入到nodejs ->protractor的目錄

npm install

test工程

包括一個簡單的angular的頁面,一個配置文件和一個測試文件

如何安裝與使用protractor

配置文件protractor_conf.js代碼:

/**

 * Created by Administrator on 2015/4/24.

 */

exports.config = {

 directConnect: true,

 

 // Capabilities to be passed to the webdriver instance.

 capabilities: {

  'browserName': 'chrome'

 },

 

 // Spec patterns are relative to the current working directly when

 // protractor is called.

 specs: ['test.js'],

 

 // Options to be passed to Jasmine-node.

 jasmineNodeOpts: {

  showColors: true,

  defaultTimeoutInterval: 30000

 }

};

test.js文件代碼

/**

 * Created by Administrator on 2015/4/24.

 */

describe('angularjs homepage', function () {

 it('should greet the named user', function () {

  browser.get('http://localhost:63342/protractor/Index.html');

  element(by.id('userName')).sendKeys(' Sparrow');

  browser.sleep(4000);

 });

});

Index.html的代碼

<!DOCTYPE html>

<html data-ng-app="protractor">

<head lang="en">

 <meta charset="UTF-8">

 <title></title>

</head>

<body>

<div data-ng-controller="myAppController">

 {{userName}}

 <input id="userName" data-ng-model="userName" />

</div>

</body>

<script src="lib/angular.min.js"></script>

<script>

 var app = angular.module('protractor',[]);

 app.controller('myAppController',['$scope',function($scope){

  $scope.userName = 'Jackey';

 }]);

</script>

 

</html>

以上就是如何安裝與使用protractor,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

通化市| 含山县| 永胜县| 平顺县| 浙江省| 报价| 白水县| 遂溪县| 安远县| 家居| 莆田市| 富源县| 大丰市| 浠水县| 河东区| 宁德市| 荥经县| 尼木县| 鄂托克前旗| 临夏市| 河西区| 蒙阴县| 鱼台县| 黄陵县| 剑川县| 米易县| 阳新县| 土默特左旗| 砀山县| 邢台县| 鞍山市| 金川县| 确山县| 满洲里市| 准格尔旗| 巴林右旗| 泸西县| 漳平市| 巧家县| 北安市| 梓潼县|