以下の内容はhttps://uga-box.hatenablog.com/entry/2020/10/12/000000より取得しました。


【Cypress】Commands

Cypressを使ってE2Eテストを行う

その時調べたCommandのメモ

ラジオボタンチェックボックスをチェックする

check | Cypress Documentation

cy.get('[type="checkbox"]').check()
cy.get('[type="radio"]').first().check() 

2要素目をチェック

cy.get('[type="radio"]').eq(1).check() 

入力する

type | Cypress Documentation

cy.get('input').type('Hello, World')

セレクトボックスで選択する

select | Cypress Documentation

cy.get('select').select('user-1') 



以上の内容はhttps://uga-box.hatenablog.com/entry/2020/10/12/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14