You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
That's really interesting, when I edit a buster config file, Firefox activity on OSX skyrockets to 100% and stays that way until I close the tab. Editing any other files doesn't have any problem. Here is the content of the buster config file:
var config = module.exports;
config["Browser tests"] = {
rootPath: "../",
tests: ["test/browser/*/.js"],
extensions: [require('buster-selenium')],
'buster-selenium': {
// required, can be either selenium-webdriver or wd
driver: 'selenium-webdriver'
}
};
And I saved it under myApp/Test/buster.js
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
That's really interesting, when I edit a buster config file, Firefox activity on OSX skyrockets to 100% and stays that way until I close the tab. Editing any other files doesn't have any problem. Here is the content of the buster config file:
var config = module.exports;
config["Browser tests"] = {
rootPath: "../",
tests: ["test/browser/*/.js"],
extensions: [require('buster-selenium')],
'buster-selenium': {
// required, can be either selenium-webdriver or wd
driver: 'selenium-webdriver'
}
};
And I saved it under myApp/Test/buster.js
The text was updated successfully, but these errors were encountered: