@aml-org/amf-custom-validator-web 1.3.0-SNAPSHOT.86 → 1.3.0-SNAPSHOT.87

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+ const { defineConfig } = require('cypress')
2
+
3
+ module.exports = defineConfig({
4
+ fixturesFolder: false,
5
+ downloadsFolder: 'cypress/downloads',
6
+ video: false,
7
+ screenshotOnRunFailure: false,
8
+ e2e: {
9
+ setupNodeEvents(on, config) {},
10
+ supportFile: false,
11
+ },
12
+ })