Skip to content

Commit 1966de4

Browse files
Update README.md
1 parent c4d96d9 commit 1966de4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,30 @@ e.g.
6161

6262
[https://github.com/BhargavBhandari90/comment-mention](https://github.com/BhargavBhandari90/comment-mention)
6363

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+
6488
## Changelog ##
6589

6690
### 1.7.15 ###

0 commit comments

Comments
 (0)