Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
add cypress docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed Mar 20, 2018
1 parent c5e4599 commit 1da216f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ npm-debug.log
.sass-cache/
_site/
node_modules/
cypress/videos/
cypress/screenshots/
18 changes: 18 additions & 0 deletions CYPRESS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
```
npm i
```

run example blog with jekyll search build

```
cd example
jekyll serve
```

run cypress tests

```
npm run cypress run
# or
npm run cypress open
```
Binary file removed cypress/screenshots/my-image.png
Binary file not shown.

0 comments on commit 1da216f

Please sign in to comment.