Setup And Run Cypress Tests With Your WordPress Plugin

Posted on

In this blog, we will learn how to setup and run Cypress test with your WordPress plugin. Source Code: (for smart people 😉) https://github.com/imranhsayed/aquila-features/pull/7 Step 1: Install Cypress( Assuming you already have a package.json file in your project, else run npm init first. This will install cypress locally in node_modules of your project. Step 2:

Read More