Run cucumber in its own dataset namespace so it does not interfere

This commit is contained in:
Patrick Niklaus
2018-04-04 16:26:11 +00:00
committed by Patrick Niklaus
parent 0e8b8b4901
commit c4b90f52c0
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -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';