Answers for "cypress test only one file"

1

cypress test only one file

cypress run --spec path/to/file.spec.js

// Ex: package.json
{
	"scripts": {
    	"unit-testing": "cypress run --spec path/to/file.spec.js"
    }
}

// npm run unit-testing
Posted by: Guest on April-30-2021

Code answers related to "cypress test only one file"

Browse Popular Code Answers by Language