{"id":28455145,"url":"https://github.com/karma-runner/karma-webdriver-launcher","last_synced_at":"2025-06-28T16:32:12.036Z","repository":{"id":57288597,"uuid":"11011566","full_name":"karma-runner/karma-webdriver-launcher","owner":"karma-runner","description":"A plugin for Karma. Launch any browser with WebDriver.","archived":false,"fork":false,"pushed_at":"2020-05-21T16:24:04.000Z","size":39,"stargazers_count":66,"open_issues_count":2,"forks_count":40,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-06T21:15:42.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karma-runner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-28T00:39:26.000Z","updated_at":"2023-08-22T16:12:48.000Z","dependencies_parsed_at":"2022-08-29T07:02:36.091Z","dependency_job_id":null,"html_url":"https://github.com/karma-runner/karma-webdriver-launcher","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/karma-runner/karma-webdriver-launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karma-runner%2Fkarma-webdriver-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karma-runner%2Fkarma-webdriver-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karma-runner%2Fkarma-webdriver-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karma-runner%2Fkarma-webdriver-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karma-runner","download_url":"https://codeload.github.com/karma-runner/karma-webdriver-launcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karma-runner%2Fkarma-webdriver-launcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262460215,"owners_count":23314684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-06T21:15:43.973Z","updated_at":"2025-06-28T16:32:12.029Z","avatar_url":"https://github.com/karma-runner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"karma-webdriver-launcher\n========================\n\nA plugin for Karma to launch Remote WebDriver instances.\n\n## Usage\n\n```bash\n$ npm install karma-webdriver-launcher\n```\n\nIn your karma.conf.js file (e.g. using SauceLabs Connect - you need to have a scout tunnel open for this to work!):\n\n```js\nmodule.exports = function(karma) {\n\n  var webdriverConfig = {\n    hostname: 'ondemand.saucelabs.com',\n    port: 80,\n    user: 'USERNAME',\n    pwd: 'APIKEY'\n  }\n\n\n  ...\n\n    config.set({\n\n      ...\n\n      customLaunchers: {\n        'IE7': {\n          base: 'WebDriver',\n          config: webdriverConfig,\n          browserName: 'internet explorer',\n          platform: 'XP',\n          version: '10',\n          'x-ua-compatible': 'IE=EmulateIE7',\n          name: 'Karma',\n          pseudoActivityInterval: 30000\n        }\n      },\n\n      browsers: ['IE7'],\n\n      ...\n\n    });\n\n\n```\n\n### pseudoActivityInterval\nInterval in ms to do some activity to avoid killing session by timeout.\n\nIf not set or set to `0` - no activity will be performed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarma-runner%2Fkarma-webdriver-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarma-runner%2Fkarma-webdriver-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarma-runner%2Fkarma-webdriver-launcher/lists"}