Slide 6
Slide 6 text
% yarn add cypress --dev ←インストール
yarn add v1.22.10
info No lockfile found.
[1/4] 🔍 Resolving packages...
warning cypress > @cypress/request > har-validator@5.1.5: this library is no longer supported
warning cypress > @cypress/request > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See
https://v8.dev/blog/math-random for details.
warning cypress > url > querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 149 new dependencies.
info Direct dependencies
└─ cypress@8.2.0
info All dependencies
├─ @cypress/request@2.88.5
├─ @cypress/xvfb@1.2.4
├─ @types/node@14.17.9
├─ @types/sinonjs__fake-timers@6.0.3
・・・中略・・・
├─ verror@1.10.0
├─ which@2.0.2
└─ wrap-ansi@7.0.0
✨ Done in 8.55s.
% npx cypress open ←起動
インストール & 起動