Cypress is an end to end testing framework written in JavaScript. Here I’ll show you how to get started with it in your own project. To start using this, you’ll want to have Node installed. It’ll make the Cypress install much easier. Head over to NodeJS.org to get that download now. Confirm that node […]
Month: July 2020
How To Install Python
Python is a popular, powerful, multi-purpose programming language. What can you do with Python? web development scientific computing browser automation robotics and so much more! Getting started is fairly simple as well. Below I show you how to install Python on a Mac, and run your scripts. Visit Python.org and download the latest version for […]