Skip to content

Commit 7c792e9

Browse files
author
Sepand Parhami
committed
Update README.md
1 parent ba0fce9 commit 7c792e9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,19 @@ Helps with writing tests for animations by pausing then and allowing control of
1414
the progress of animations on the page. You can pause an animation part way
1515
through and do a screenshot based test or simply validate the position or
1616
dimensions of elements.
17+
18+
## Developing
19+
20+
### Build
21+
22+
```shell
23+
npm run build
24+
npm run build-watch
25+
```
26+
27+
### Test
28+
29+
```shell
30+
npm run test
31+
npm run test-watch
32+
```

0 commit comments

Comments
 (0)