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

Added in section about resetting local testing environment #190

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pages/15.contributing/04.tester/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ mysql_version: "8.0"
7. Remember to make sure you are using dev mode (index_dev.php on the end of the URL)
8. If you make a mistake, open your Gitpod dashboard and delete the instance and start again.

#### Resetting your local testing environment

To quickly reset your local testing environment by deleting the DDEV containers without a database snapshot, removing the cache directory, and removing the `local.php` file you can run `ddev delete --omit-snapshot --yes && rm -rf var/cache && rm app/config/local.php`.
byt3sage marked this conversation as resolved.
Show resolved Hide resolved

## Setting up a local testing environment

### Prerequisites
Expand Down