wp-cypress icon indicating copy to clipboard operation
wp-cypress copied to clipboard

WordPress end to end testing with Cypress.io.

Results 28 wp-cypress issues
Sort by recently updated
recently updated
newest added

Adds the option to use SSL certificates when using WP-Cypress ## Description Partially fixes https://github.com/bigbite/wp-cypress/issues/88 - allows the user to add their own SSL certificates using the `sslCertificate` property in...

## Description There have been difficulties getting Cucumber and `.feature` files running on multi-wp testing setups. This seems to be happening because during the copy and parse of the test...

Add No Docker Mode ## Description Running Docker on a CI can be tricky, there is often limitations due to security. Most notable CircleCI doesn't support volumes unless you use...

I believe there's a small typo in the wiki, at the [Authentification](https://github.com/bigbite/wp-cypress/wiki/Auth-and-Users#authentification) section, under [Auth and Users](https://github.com/bigbite/wp-cypress/wiki/Auth-and-Users). It says "programatically" instead of "programmatically" (two `m`s).

documentation
priority:low

The [Configuration Options](https://github.com/bigbite/wp-cypress/wiki/Configuration-Options) table, which contains the full reference of available configuration options, is missing the `themes` and `plugins` options. These are the missing rows: | Property | Required |...

documentation
priority:low

**Describe the bug** After setting the `wpContent` property in `cypress.json`, running `npx wp-cypress start` gives an error "rm: could not remove directory (code EACCES): ./wp-content/plugins/wp-cypress". WP-Cypress stills runs ok though...

bug

There are many instances where using the default and/or standard ports across WP-Cypress have clashed with existing environments and/or server setups. Granted ports are configurable but having different defaults would...

priority:medium

**Describe the bug** Plugin install fails with PHP8. Can't use PHP8.0 explicitly. **To Reproduce** 1. In `cypress.json` set `wp.phpVersion` to `8.0` 2. Notice the `WP Cypress` plugin didn't install 3....

priority:high

## Description _Please ensure `Fixes #{issue_number} - {Description}` is used_ ## Change Log * * * ## Screenshots/Videos _If PR includes visual changes, please include a screenshot (or short video...

**Describe the bug** Occasionally, when running wp-cypress on CircleCI, we see the failure below. Usually a rerun of the job fixes it ``` > wp-cypress start - Checking for Docker...

priority:high