Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @cypress/request and cypress #138

Merged
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ Thumbs.db
Desktop.ini

config.local.php

tests/cypress/videos
tests/cypress/screenshots
tests/cypress/reports
13 changes: 9 additions & 4 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"plugins": [ "." ],
"mappings": {
"sample-post.txt": "./tests/cypress/fixtures/sample-post.txt"
}
"plugins": ["."],
"env": {
"tests": {
"mappings": {
"sample-post.txt": "./tests/cypress/fixtures/sample-post.txt",
"wp-cli.yml": "./tests/bin/wp-cli.yml"
}
}
}
}
Loading