Skip to content

Commit 5707eef

Browse files
tebsuesteibar
authored andcommittedApr 25, 2017
docs(readme): Add how to run end2end specs
1 parent 40b82e5 commit 5707eef

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": "uesteibar@gmail.com"
1010
},
1111
"contributors": [
12-
"Marcio Barrios <marciobarrios@gmail.com>"
12+
"Marcio Barrios <marciobarrios@gmail.com>",
13+
"Teba Rojo <qatrera@gmail.com>"
1314
],
1415
"repository": "https://github.com/sloth-tools/sloth-app",
1516
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.