Showing posts with label #ChaiAssertions. Show all posts
Showing posts with label #ChaiAssertions. Show all posts

Saturday 13 August 2022

🐛 Bug report: Cypress is not throwing exception or error message when wrong “Event Types” are used

 Issue:
 
In the below screenshot, an incorrect “Event Type” such as “window:con” (not specified in the Cypress docs) is being used. Here the Cypress is not throwing any exception or error message while execution
 
Screenshot:


Cypress is not throwing exception or error message when wrong  “Event Types” are used




Friday 12 August 2022

Analysis of Architectural difference between Cypress and Selenium

 In this demo, I will summarize my analysis of Architectural difference between Cypress and Selenium.


Kindly provide your feedback as comments whether the “Real User Actions or Behaviors” should be part of functional, API and regression test automation or tweaking of HTML or DOM should be, too be a part.






Thursday 11 August 2022

🐛 Bug report: Cypress “Time Travel” feature fails with Chai Assertions

 

Issue:


When the dropdown is selected using Cypress and validated with Chai assertion, the “Time Travel” feature captures incorrect details which contradicts with the actual selection by the tool.


Screenshots: