Added scanning barcodes with a camera
This commit is contained in:
14
quagga2/quagga2-1.12.1/cypress.config.ts
Normal file
14
quagga2/quagga2-1.12.1/cypress.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'cypress'
|
||||
|
||||
export default defineConfig({
|
||||
video: false,
|
||||
screenshotOnRunFailure: false,
|
||||
trashAssetsBeforeRuns: true,
|
||||
e2e: {
|
||||
// We've imported your old cypress plugins here.
|
||||
// You may want to clean this up later by importing these.
|
||||
setupNodeEvents(on, config) {
|
||||
return require('./cypress/plugins/index.js')(on, config)
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user