{"id":15413178,"url":"https://github.com/tomwayson/grunt-se-launch","last_synced_at":"2026-02-09T04:02:18.133Z","repository":{"id":20815618,"uuid":"24101270","full_name":"tomwayson/grunt-se-launch","owner":"tomwayson","description":"A grunt task to launch a standalone selenium server","archived":false,"fork":false,"pushed_at":"2014-08-13T19:09:49.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T18:52:43.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.org/package/grunt-se-launch","language":null,"has_issues":false,"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/tomwayson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-16T13:46:39.000Z","updated_at":"2020-10-16T03:10:16.000Z","dependencies_parsed_at":"2022-07-25T08:02:03.249Z","dependency_job_id":null,"html_url":"https://github.com/tomwayson/grunt-se-launch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomwayson/grunt-se-launch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomwayson%2Fgrunt-se-launch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomwayson%2Fgrunt-se-launch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomwayson%2Fgrunt-se-launch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomwayson%2Fgrunt-se-launch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomwayson","download_url":"https://codeload.github.com/tomwayson/grunt-se-launch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomwayson%2Fgrunt-se-launch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265508355,"owners_count":23779130,"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":"2024-10-01T16:55:55.277Z","updated_at":"2026-02-09T04:02:13.101Z","avatar_url":"https://github.com/tomwayson.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-se-launch\n\nA Grunt task to launch a selenium server.\n\n## Usage\nSet up configuration options:\n\n```javascript\ngrunt.initConfig({\n\t'selenium-launch': {\n    options: {\n      port: 4445,\n      jarDir: 'C:/Selenium/',\n      jar: 'selenium-server-standalone-2.41.0.jar',\n      chromeDriverExecutable: 'chromedriver.exe'\n    }\n  }\n})\n```\n\nLoad the task:\n\n```javascript\ngrunt.loadNpmTasks('grunt-se-launch');\n```\n\nCall the task:\n\n```javascript\ngrunt.registerTask('test', [ 'selenium-launch', 'intern'])\n```\n\n\n## API\n\n### Grunt Task\n\n**selenium-launch**\nAttempt to launch a selenium instance, binding to `process.env.SELENIUM_LAUNCHER_PORT`. The task completes when the server is running and bound. The server is automatically killed when the grunt process exits - no need to take extreme steps to ensure the process isn't left a zombie.\n\n### Environment Variables\n\n**process.env.SELENIUM_LAUNCHER_PORT**\nIf set when running grunt, defines the preferred port to run Selenium on. After the task has run, has the value of the port selenium bound on.\n\n**process.env.SELENIUM_HUB**\nAfter the task has run, has the string URI for webdriver hub connection. Use this string when connecting clients to selenium.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomwayson%2Fgrunt-se-launch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomwayson%2Fgrunt-se-launch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomwayson%2Fgrunt-se-launch/lists"}