Posts

Showing posts from 2020

Automation Test Using Cypress + Mochawesme For Website

Image
On August 5, 2020 yesterday I tried a new thing. That is automation test using Cypress, when first time using Cypress, I was feel confused because I am used Java instead of Javascript. And after understanding a little bit about the flow and configuration, I was surprised because using Cypress is very fast processing so it can save time in making automation tests. What I like about Cypress is that we only need ctrl + s on the project and the automation test will run automatically when there are errors in our script and for reporting using Mochawesome, which is simple in implementing it and there is a video recorder for each test. And today, August 12, 2020. I've created AutomationTest using the Cypress and Cucumber Page Object, and for the report using Mochawesome.        I think that's all from me, I hope you like it, Thank you!