Testing an online chainsaw store using Cypress.io

1 · Gleb Bahmutov · April 25, 2019, 4 a.m.
Source code for this blog post is in https://github.com/bahmutov/testing-chainsawsdirect repo.I don't know what kind of chainsaw Cypress.io is (maybe it is an open source chainsaw ?!) but I do know that Cypress can quickly test an online chainsaw store like www.chainsawsdirect.com.First testI have installed Cypress with npm install -D cypress and created cypress.json file with base url pointing at the domain I want to test: www.chainsawsdirect.comcypress.json123{ "baseUrl": "https://www.chainsa...