You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,12 @@ This repository is a recipe for DDEV to have a local worker that will allow taki
10
10
11
11
Add this addon as `ddev get diffywebsite/ddev-diffy`.
12
12
13
-
Register an account in Diffy and create an API key. While installation of the addon you will be asked for API KEY and PROJECT ID. Please provide them so configuration is saved.
13
+
Register an account in Diffy and create an [API key](https://stage.diffy.website/#/keys).
14
+
15
+
Once you have your container ready after `ddev restart` we need to provide API key and project ID to `.env` file. For that go to `.ddev/diffy-worker`, copy existing example file `cp .env.example .env` and edit `.env` file to provide your credentials.
14
16
15
17
To run the screenshots do `ddev screenshot`. It will produce a URL to your screenshots uploaded to Diffy. Next you can compare them to your any other sets (production, staging, baseline etc.).
16
18
19
+
Remember to check our [documentation page](https://docs.diffy.website/features/local-development/ddev-add-on).
20
+
17
21
**Contributed and maintained by [@ygerasimov](https://github.com/ygerasimov)**
0 commit comments