文件名称:cypress-sandbox
文件大小:52KB
文件格式:ZIP
更新时间:2024-04-19 22:36:52
JavaScript
柏树沙盒 :evergreen_tree: 该项目使您可以立即使用赛普拉斯启动并运行。 如果您愿意,请分叉此项目以将其用作入门。 先决条件 Node.js- //nodejs.org/en/download/ Git- 安装和运行赛普拉斯 首先,克隆此仓库 git clone https://github.com/thefungiz/cypress-sandbox.git 接下来,安装依赖项并打开赛普拉斯 cd ./cypress-sandbox npm install --global yarn yarn install yarn cypress open // might fail the first time while cypress is being 'verified' by the OS. Just run again. 然后测试一些示例,并从中获得乐趣 您可以通过以下代码轻松运行测试: yar