chore: add default credentials to contributing.md (#1642)

This commit is contained in:
Alessio Gravili
2022-12-12 15:40:34 +01:00
committed by GitHub
parent c15da3178e
commit 1d7ed8aff9

View File

@@ -51,7 +51,7 @@ The following command will start Payload with your config: `yarn dev my-test-dir
When switching between test directories, you will want to remove your `node_modules/.cache ` manually or by running `yarn clean:cache`.
NOTE: It is recommended to add the test credentials (located in `test/credentials.ts`) to your autofill for `localhost:3000/admin` as this will be required on every nodemon restart.
NOTE: It is recommended to add the test credentials (located in `test/credentials.ts`) to your autofill for `localhost:3000/admin` as this will be required on every nodemon restart. The default credentials are `dev@payloadcms.com` as E-Mail and `test` as password.
## Pull Requests