-
cypress-testing下载
资源介绍
描述
与赛普拉斯和Beni Dhomi一起学习快乐的自动化测试
在此处下载CheatSheet pdf: :
安装
1首先必须在Windows中安装NodeJ: ://nodejs.org/en/download/ 下载并安装它,并选择“安装工具”。 您可以通过键入命令(在Windows中为cmd.exe,在Mac / linux中为terminal / shell)来测试是否已正确安装Node和npm:
node -v
npm -v
2将存储库获取到所需的文件夹
通过下载zip文件并将其解压缩: :
bt命令行: git clone https://github.com/dhomi/cypress-testing.git
3转到刚刚创建的文件夹: cd cypress-testing
4安装所有节点模块:
npm install
发展
在cypress / int