Testcafe之環境安裝與使用

一、使用命令 1、安裝nodejs 2、輸入npm -v 來測試是否安裝npm 3、安裝TestCafe   npm install -g testcafe 4、運行TestCafe    testcafe chrome test.js 二、使用IDE 1、下載並安裝VS Code 2、新建工作區或文件夾 3、將TestCafe安裝到項目目錄 npm install --save-dev test
相關文章
相關標籤/搜索