diff --git a/.gitignore b/.gitignore index e503369..d6af2aa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,12 @@ # testing /coverage +/cypress/videos +/cypress/fixtures +/cypress/plugins +/cypress/support +/cypress/integration/examples + # production /build diff --git a/.travis.yml b/.travis.yml index 3e74ce3..4e26466 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ script: - yarn build - yarn test - yarn test:coverage + - yarn start:ci + - yarn cypress:run after_success: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js diff --git a/__tests__/components/__snapshots__/Header.test.js.snap b/__tests__/components/__snapshots__/Header.test.js.snap index 0119cb6..1f2c4bb 100644 --- a/__tests__/components/__snapshots__/Header.test.js.snap +++ b/__tests__/components/__snapshots__/Header.test.js.snap @@ -168,6 +168,7 @@ exports[`
component renders with DARK theme 1`] = ` >