We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89b36a commit f3ef667Copy full SHA for f3ef667
README.md
@@ -35,9 +35,16 @@ More info about https://jitpack.io/
35
* Create config
36
```
37
Config config = new Config(
38
+ // apiUrl - URL to Visual Regression Tracker backend
39
"http://localhost:4200",
40
+
41
+ // projectId - copy from project details
42
"003f5fcf-6c5f-4f1f-a99f-82a697711382",
43
44
+ // apiKey - copy from user details
45
"F5Z2H0H2SNMXZVHX0EA4YQM1MGDD",
46
47
+ // branch - helps to identify version of application under test
48
"develop"
49
);
50
0 commit comments