1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

testcafe環境構築する

1
Last updated at Posted at 2021-12-13

はじめに

testcafeをインストールするまでの道のり。

最終更新日

2021年12月13日

環境の情報

OS
Ubuntu2004

注意

最新の状態を確認して下さい。

 公式はこちら

環境を作っていきます

確認します

node -v 
v14.18.1
npm -v 
6.14.15

インストールします

npm install -g testcafe
testcafe -v
1.17.1

バージョンが出てくれば問題ありません。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?