/Cypress-Component-Testing-POC

A small project to test out cypress 11's new inbuilt component testing.

Primary LanguageJavaScriptMIT LicenseMIT

Cypress-Component-Testing-POC

A small project to test out cypress 11's new inbuilt component testing. This project is almost entirely based on this article by BrowserStack so check out their site for more info.

Installation

Use the package manager NPM to install the project.

npm install

Usage

Run the component tests headed

npx cypress run --component --headed

Run the component tests headless

npx cypress run --component 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT