Skip to content

Commit d64b1aa

Browse files
committed
docs(readme): Add how to run end2end specs
1 parent ed1065f commit d64b1aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Development
4242
npm start
4343
```
4444

45+
Run end2end tests
46+
```bash
47+
npm run test:features
48+
```
49+
4550
## DevTools
4651

4752
Toggle DevTools:

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"email": "[email protected]"
1010
},
1111
"contributors": [
12-
"Marcio Barrios <[email protected]>"
12+
"Marcio Barrios <[email protected]>",
13+
"Teba Rojo <[email protected]>"
1314
],
1415
"repository": "https://github.com/sloth-tools/sloth-app",
1516
"license": "MIT",

0 commit comments

Comments
 (0)