@syngrisi/syngrisi 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,7 +30,8 @@ There are two modes in which Syngrisi can be run:
|
|
|
30
30
|
|
|
31
31
|
https://user-images.githubusercontent.com/23633060/225095007-39ee0a29-61c1-4f46-99ab-1af67052accb.mp4
|
|
32
32
|
|
|
33
|
-
>
|
|
33
|
+
> [!TIP]
|
|
34
|
+
> If you want to try Syngrisi for the first time, you can use [boilerplate projects](#boilerplates); they are installed easily and quickly and allow you to evaluate the basic capabilities of the tool.
|
|
34
35
|
|
|
35
36
|
### Native Mode Installation
|
|
36
37
|
|
|
@@ -48,7 +49,8 @@ npm init sy@latest <path_to_syngrisi>
|
|
|
48
49
|
|
|
49
50
|
For more details on setup customization, refer to the [create-sy](../create-sy) package documentation.
|
|
50
51
|
|
|
51
|
-
>
|
|
52
|
+
> [!IMPORTANT]
|
|
53
|
+
> Ensure that MongoDB is running before starting Syngrisi in **native** mode.
|
|
52
54
|
|
|
53
55
|
To run the server, execute:
|
|
54
56
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syngrisi/syngrisi",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "Syngrisi - Visual Testing Tool",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"bin": {
|
|
@@ -140,5 +140,5 @@
|
|
|
140
140
|
".js"
|
|
141
141
|
]
|
|
142
142
|
},
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "d5b7c9661e69189fcbb7f8e3ff119a725c69c737"
|
|
144
144
|
}
|