Half way in improving e2e test infrastructure and refactoring tests to the enhanced (un)subscription process
This commit is contained in:
parent
62cc881fd4
commit
328034bae0
16 changed files with 482 additions and 153 deletions
|
@ -5,6 +5,7 @@ const config = require('config');
|
|||
module.exports = {
|
||||
app: config,
|
||||
baseUrl: 'http://localhost:' + config.www.port,
|
||||
mailUrl: 'http://localhost:' + config.testserver.mailboxserverport,
|
||||
users: {
|
||||
admin: {
|
||||
username: 'admin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue