Marceli J
                                        Results
                                        2
                                        comments of
                                        
                                
                                            Marceli J
                                        
                                    This is my configuration: ``` var config, onPrepare, specs; onPrepare = function () { var dir, wrench; require('jasmine-reporters'); dir = 'test/report/protractor/'; wrench = require('wrench'); global.select = global.by; wrench.mkdirSyncRecursive(dir); jasmine.getEnv().addReporter(new jasmine.JUnitXmlReporter(dir,...
Is there a better way to do it rather than setting up global var?