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


【Cypress】assertionsメモ

Cypressには値が確かかどうかを調べるための様々なassertionが用意されている
docs.cypress.io

その中でもパッと出てこなかったassertionをメモっておく

  • セレクトボックスで選択されている値
  • URLに含まれているクエリ

セレクトボックスで選択されている値

https://docs.cypress.io/api/commands/select.html#Examples

cy.get('select')
  .select('apples').should('have.value', '456')

URLに含まれているクエリ

https://hashrocket.com/blog/posts/where-am-i-url-assertions-with-cypress

cy.url().should('contain', '/pokemon');



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

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