diff --git a/.gitignore b/.gitignore index 264bdf8..4fbbc08 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ npm-debug.log .sass-cache/ _site/ node_modules/ +cypress/videos/ +cypress/screenshots/ diff --git a/CYPRESS.md b/CYPRESS.md new file mode 100644 index 0000000..aae2d14 --- /dev/null +++ b/CYPRESS.md @@ -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 +``` \ No newline at end of file diff --git a/cypress/screenshots/my-image.png b/cypress/screenshots/my-image.png deleted file mode 100644 index 36b015d..0000000 Binary files a/cypress/screenshots/my-image.png and /dev/null differ