Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add nightwatch tests
  • Loading branch information
paul-hammant committed Apr 17, 2023
commit 5b7e19b04da216f8328c0c95b16dfc2ae84ea415
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ yarn build
yarn test:unit
```

### Run your ui-clicking nightwatch.js tests
```
yarn test:e2e
```

### Lints and fixes files
```
yarn lint
Expand Down