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 c4d96d9 commit 1966de4Copy full SHA for 1966de4
README.md
@@ -61,6 +61,30 @@ e.g.
61
62
[https://github.com/BhargavBhandari90/comment-mention](https://github.com/BhargavBhandari90/comment-mention)
63
64
+## Development Prerequisites
65
+- [Node/NPM](https://nodejs.org/en/download/)
66
+- [NVM](https://github.com/nvm-sh/nvm)
67
+- [Docker](https://www.docker.com/)
68
+
69
+## Development Setup
70
+1. Go to plugin's root
71
+2. Run `npm install`
72
73
+## End to End Testing
74
75
+Start Local WordPress Environment, run:
76
77
+ npm run start:env
78
79
+To run e2e test, run:
80
81
+ npm run test:e2e
82
83
+To run e2e test in interactive mode, run:
84
85
+ npm run test:e2e -- --puppeteer-interactive
86
87
88
## Changelog ##
89
90
### 1.7.15 ###
0 commit comments