We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b82e5 commit 5707eefCopy full SHA for 5707eef
README.md
@@ -42,6 +42,11 @@ Development
42
npm start
43
```
44
45
+Run end2end tests
46
+```bash
47
+npm run test:features
48
+```
49
+
50
## DevTools
51
52
Toggle DevTools:
package.json
@@ -9,7 +9,8 @@
9
"email": "uesteibar@gmail.com"
10
},
11
"contributors": [
12
- "Marcio Barrios <marciobarrios@gmail.com>"
+ "Marcio Barrios <marciobarrios@gmail.com>",
13
+ "Teba Rojo <qatrera@gmail.com>"
14
],
15
"repository": "https://github.com/sloth-tools/sloth-app",
16
"license": "MIT",
0 commit comments