Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.4 KB

WP Cypress


Cypress is designed to address the pain points of testing modern web applications. WP Cypress extends Cypress to address specific pain points developers and QA engineers face when testing WordPress v5.*.* applications. We have took care of the boring stuff, so you can spend your time writing integreation tests that add value to your WordPress project.

Features

  • Run a single command to set up a testing environment.
  • Automate tests across multiple WordPress versions.
  • Test individual plugins, themes or a combination of multiple themes and plugins.
  • Seed your database with test data using WP_Cypress\Seeder.
  • Teardown of database between blocks of tests.
  • WordPress specific cypress commands.

Documentation

Please refer to the Github Wiki for documentation.

Contributing

Please refer to our contributing guidelines.

Changelog

Please refer to the Releases page for the changelog.