Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbite/wp-cypress
WordPress end to end testing with Cypress.io.
https://github.com/bigbite/wp-cypress
cypress wordpress
Last synced: 3 days ago
JSON representation
WordPress end to end testing with Cypress.io.
- Host: GitHub
- URL: https://github.com/bigbite/wp-cypress
- Owner: bigbite
- License: mit
- Created: 2020-03-24T10:47:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T11:15:29.000Z (about 1 month ago)
- Last Synced: 2024-12-17T21:05:48.305Z (10 days ago)
- Topics: cypress, wordpress
- Language: JavaScript
- Homepage:
- Size: 4.13 MB
- Stars: 89
- Watchers: 15
- Forks: 22
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
------
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 modern WordPress applications.
## Features
- Run a single command to set up a testing environment.
- Automate tests across multiple WordPress versions.
- Test individual plugins, themes, a combination of multiple themes and plugins or an entire site.
- Seed your database with test data using `WP_Cypress\Seeder`.
- Teardown between blocks of tests.
- Additional custom cypress commands.## Documentation
Please refer to the [GitHub Wiki](https://github.com/bigbite/wp-cypress/wiki) for documentation.
## Contributing
Please refer to our [contributing guidelines](https://github.com/bigbite/wp-cypress/blob/master/.github/CONTRIBUTING.md).
## Changelog
Please refer to the [Releases page](https://github.com/bigbite/wp-cypress/releases) for the changelog.