Slide 17
Slide 17 text
17
補⾜
• Test Genarator の⽣成対象は操作系(クリックやテキスト⼊⼒など)が基本
• v1.40.0 (2023/11/17) から Assertion も⼀部⽣成可能になった
https://github.com/microsoft/playwright/issues/14913
• 具体的には以下の Assertion が対応済み。今後他のAssertionの対応にも期待
expect(locator).toBeVisible()
expect(locator).toHaveValue(value)
expect(locator).toContainText(text)
テストの実装を楽にしたい