give
Last commit date
assets
5 years ago
blocks
5 years ago
includes
5 years ago
languages
5 years ago
sample-data
6 years ago
src
5 years ago
templates
5 years ago
vendor
5 years ago
changelog.txt
5 years ago
cypress.json
5 years ago
give.php
5 years ago
license.txt
6 years ago
readme.txt
5 years ago
uninstall.php
5 years ago
wpml-config.xml
6 years ago
cypress.json
16 lines
| 1 | { |
| 2 | "env": { |
| 3 | "wp_user": "admin", |
| 4 | "wp_pass": "password", |
| 5 | "site": { |
| 6 | "url": "http://localhost:8888" |
| 7 | } |
| 8 | }, |
| 9 | "fixturesFolder": "tests/e2e/fixtues", |
| 10 | "integrationFolder": "tests/e2e/integration", |
| 11 | "pluginsFolder": "tests/e2e/plugins", |
| 12 | "screenshotsFolder": "tests/e2e/screenshots", |
| 13 | "videosFolder": "tests/e2e/videos", |
| 14 | "supportFile": "tests/e2e/support/index.js" |
| 15 | } |
| 16 |