1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-27 15:11:36 +07:00
verdaccio-ui/codecept.conf.js

22 lines
411 B
JavaScript
Raw Normal View History

exports.config = {
tests: './test/acceptance/*_test.js',
output: './test/acceptance/output',
helpers: {
Puppeteer: {
url: 'http://localhost:8080',
// "show": true,
chrome: {
// headless: false
},
},
},
include: {
I: './test/acceptance/steps_file.js',
},
smartWait: 30000,
bootstrap: null,
plugins: {},
mocha: {},
name: '@verdaccio/ui-theme',
};