Skip to content

Commit 4a2a91f

Browse files
committed
update readme
1 parent 978b296 commit 4a2a91f

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Angular 1 module that integrates with Sortable.js
77

88
## Install with NPM
99

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
1115

1216
Don't install the old angular-legacy-sortablejs package as thats not maintained
1317

@@ -77,9 +81,21 @@ angular.module('exampleApp', ['ng-sortable'])
7781
});
7882
```
7983

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
8093

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
8399

84100
```bash
85101
npm run serve:example
@@ -91,4 +107,4 @@ npm run webdriver
91107

92108
```bash
93109
npm run test:e2e
94-
```
110+
```

0 commit comments

Comments
 (0)