File tree 1 file changed +20
-4
lines changed
1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ Angular 1 module that integrates with Sortable.js
7
7
8
8
## Install with NPM
9
9
10
- npm install angular-legacy-sortablejs-maintained
10
+ npm install angular-legacy-sortablejs-maintained
11
+
12
+ ## Install with Yarn
13
+
14
+ yarn add angular-legacy-sortablejs-maintained
11
15
12
16
Don't install the old angular-legacy-sortablejs package as thats not maintained
13
17
@@ -77,9 +81,21 @@ angular.module('exampleApp', ['ng-sortable'])
77
81
});
78
82
```
79
83
84
+ # Tests
85
+ There are selenium based tests that can be used to check for regressions
86
+
87
+ ## Requirements
88
+ - node
89
+ - yarn
90
+
91
+ ## Setting up tests
92
+ Navigate to the repo directory in a terminal and run
80
93
81
- # Running e2e Tests
82
- To run the e2e tests run each of these commands in a seperate tab
94
+ yarn
95
+
96
+ ## Running e2e tests
97
+
98
+ To run the e2e tests run each of these commands in a separate terminal window
83
99
84
100
``` bash
85
101
npm run serve:example
@@ -91,4 +107,4 @@ npm run webdriver
91
107
92
108
``` bash
93
109
npm run test:e2e
94
- ```
110
+ ```
You can’t perform that action at this time.
0 commit comments