Slide 17
Slide 17 text
PlaywrightではじめるE2Eテスト ~テスト実施~
$ pytest test.py
実行結果
========================== test session starts ==========================
platform darwin -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /Users/xxx/
plugins: base-url-1.4.2, playwright-0.1.2
collected 1 item
test.py . [100%]
=========================== 1 passed in 4.47s ===========================
17