Files
talk/tests/e2e/globals.js
T
2016-12-19 14:34:26 -03:00

19 lines
332 B
JavaScript

module.exports = {
waitForConditionTimeout: 8000,
baseUrl: 'http://localhost:3000',
users: {
admin: {
email: 'admin@test.com',
pass: 'test'
},
moderator: {
email: 'moderator@test.com',
pass: 'test'
},
commenter: {
email: 'commenter@test.com',
pass: 'test'
}
},
};