add a cypress scenario

This commit is contained in:
jfh
2020-09-13 01:32:13 +02:00
parent d15ee0fc3a
commit a61cfdf553
7 changed files with 2471 additions and 7 deletions

View File

@@ -42,3 +42,10 @@ import '@cypress/code-coverage/support.js';
* @see https://www.npmjs.com/package/cypress-axe
*/
import 'cypress-axe';
/*****
* SNAPSHOTS
* @see https://www.npmjs.com/package/cypress-plugin-snapshots
*/
import 'cypress-plugin-snapshots/commands.js';