Slide 8
Slide 8 text
テストケース作成
fixture `Getting Started`
.page `http://devexpress.github.io/testcafe/example`;
test('My first test', async t => {
await t
.typeText('#developer-name', 'John Smith')
.click('#submit-button');
});
よくあるBDDライクな書き⽅ですね
参考: https://devexpress.github.io/testcafe/documentation/getting-
started/#performing-actions-on-the-page