Skip to content

Merge pull request #103 from ShellyDCMS/get-number-of-requests #178

Merge pull request #103 from ShellyDCMS/get-number-of-requests

Merge pull request #103 from ShellyDCMS/get-number-of-requests #178

GitHub Actions / Cypress Tests succeeded Jun 14, 2024 in 0s

48 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ /home/runner/work/cypress-test-utils/cypress-test-utils/cypress/results/json/mochawesome.json

48 tests were completed in 7s with 48 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
src/cypress-helper.cy.ts 48✔️ 5s

✔️ src/cypress-helper.cy.ts

cypress helper tests
  ✔️ Non existing slot
  ✔️ should assert element's text ends with suffix
  ✔️ should assert element's text starts with prefix
  ✔️ should check checkbox
  ✔️ should get computed style
  ✔️ should get current location
  ✔️ should get disabled element status
  ✔️ should get element by attribute
  ✔️ should get element by css
  ✔️ should get element by text
  ✔️ should get element's attribute
  ✔️ should get element's text
  ✔️ should get enabled element status
  ✔️ should get env variable
  ✔️ should get fixture
  ✔️ should get image source
  ✔️ should get initial select input
  ✔️ should get initial text input
  ✔️ should get number of elements
  ✔️ should get style
  ✔️ should have text
  ✔️ should select element
  ✔️ should select input by index
  ✔️ should select input by label
  ✔️ should select input by value
  ✔️ should toggle radio by selector
  ✔️ should toggle radio within container
  ✔️ should type input
  ✔️ should type special characters
  ✔️ should uncheck checkbox
  ✔️ Test non-existing element
cypress helper tests default data attribute
  ✔️ should get element's text
  ✔️ should get element's text using then
  ✔️ should get element's text using then and shouldExist
cypress helper tests interception
  ✔️ given fixture should intercept request and mock response
  ✔️ should intercept request and mock response
  ✔️ should intercept request and test body
  ✔️ should intercept request and test header
  ✔️ should intercept request and test query params
  ✔️ should intercept request and test url
  ✔️ should intercept request and wait for response
cypress helper tests interception when waiting for last call
  ✔️ should wait for last call
cypress helper tests stubbing an spying
  ✔️ should partially match spy params
  ✔️ should spy on function
  ✔️ should stub function
  ✔️ should stub function with alias
  ✔️ should stub object function
  ✔️ should stub object getter