mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-19 00:18:01 +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
|
- ブラウザー: Chromium, WebKit, Firefox
|
||||||
- プラットフォーム: Windows, macOS, Linux, Android, iOS
|
- プラットフォーム: Windows, macOS, Linux
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ npm i -D playwright @playwright/test # インストール
|
$ npm i -D playwright @playwright/test # インストール
|
||||||
|
|
Loading…
Add table
Reference in a new issue