mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
fix
This commit is contained in:
parent
9be2040e7e
commit
b75ba28a4d
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ Microsoft が開発した E2E テストツール
|
|||
|
||||
クロスブラウザー・クロスプラットフォームをサポート
|
||||
|
||||
- ブラウザー: Chrome, Firefox, Safari, Opera, Edge
|
||||
- プラットフォーム: Windows, macOS, Linux, Android, iOS
|
||||
- ブラウザー: Chromium, WebKit, Firefox
|
||||
- プラットフォーム: Windows, macOS, Linux
|
||||
|
||||
```console
|
||||
$ npm i -D playwright @playwright/test # インストール
|
||||
|
|
Loading…
Add table
Reference in a new issue