1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-27 07:01:37 +07:00
verdaccio-ui/codecept.conf.js
Juan Picado @jotadeveloper 40a25a2507
refactor: update dependencies
development keys deps updated
add eslint-plugin-codeceptjs to fix eslint issues for acceptant test
2019-08-04 11:40:45 +02:00

22 lines
411 B
JavaScript

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',
};