Run cucumber in its own dataset namespace so it does not interfere
This commit is contained in:
committed by
Patrick Niklaus
parent
0e8b8b4901
commit
c4b90f52c0
@@ -27,6 +27,7 @@ module.exports = function () {
|
||||
return callback(new Error('*** '+stxxl_config+ 'does not exist'));
|
||||
}
|
||||
|
||||
this.DATASET_NAME = 'cucumber';
|
||||
this.PLATFORM_WINDOWS = process.platform.match(/^win.*/);
|
||||
this.DEFAULT_ENVIRONMENT = Object.assign({STXXLCFG: stxxl_config}, process.env);
|
||||
this.DEFAULT_PROFILE = 'bicycle';
|
||||
|
||||
Reference in New Issue
Block a user