Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmh0810 committed Mar 12, 2019
1 parent b063746 commit e362c17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ context('Full round trip', () => {
window.indexedDB.deleteDatabase('books_app');
cy.visit('/');
});

after(() => {
(cy as any).eyesClose();
});
Expand Down
1 change: 0 additions & 1 deletion projects/example-app-cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ const cypressTypeScriptPreprocessor = require('./cy-ts-preprocessor');
module.exports = on =>
on('file:preprocessor', cypressTypeScriptPreprocessor);


require('@applitools/eyes-cypress')(module);

0 comments on commit e362c17

Please sign in to comment.