daily Programming: Cypress e2e
Tags: daily-programming, js
install
- npm
- cd 到你的專案目錄
npm install cypress
- cd 到你的專案目錄
Open Cypress
- 直接開了拉!
-
cd 到你的專案目錄
./node_modules/.bin/cypress open
-
成功後
- 你的專案目錄會多一個資料夾
cypress
- 長這樣
-
- 長這樣
- cypress 會自動幫開一個愛情的 GUI
- 長這樣
-
- 長這樣
- 你的專案目錄會多一個資料夾
-
Cypress 幫你建好的資料夾結構 (2021-10-13 v8.6.0 的樣子)
你的專案/cypress/integration/...
- 1-getting-started
- 2-advanced-examples
就這兩個 Cypress 把各種可能的 test 使用情境寫在這邊了
工程師要有魔法把
好心叔叔葛格阿姨姊姊的愛心
變成自己喜愛的事物唷唷唷!!