{"id":14155480,"url":"https://github.com/jenkinsci/acceptance-test-harness","last_synced_at":"2026-02-27T01:09:05.735Z","repository":{"id":14577936,"uuid":"17294237","full_name":"jenkinsci/acceptance-test-harness","owner":"jenkinsci","description":"Acceptance tests cases for Jenkins and its plugins based on selenium and docker.","archived":false,"fork":false,"pushed_at":"2026-02-21T22:34:36.000Z","size":14503,"stargazers_count":130,"open_issues_count":76,"forks_count":250,"subscribers_count":108,"default_branch":"master","last_synced_at":"2026-02-22T05:17:27.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kr/pretty","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"docs/SUPPORT-BUNDLE.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"community_bridge":"jenkins","custom":["https://www.jenkins.io/donate/#why-donate"]}},"created_at":"2014-02-28T17:39:55.000Z","updated_at":"2026-02-21T21:54:49.000Z","dependencies_parsed_at":"2023-10-21T15:36:14.625Z","dependency_job_id":"a88c25c1-f3fb-45cc-b689-1fd8cdb70001","html_url":"https://github.com/jenkinsci/acceptance-test-harness","commit_stats":{"total_commits":4543,"total_committers":151,"mean_commits":30.08609271523179,"dds":0.8399735857362975,"last_synced_commit":"5b33b36937c8e35caa46c0cb91ab81daf5fb3064"},"previous_names":[],"tags_count":281,"template":false,"template_full_name":null,"purl":"pkg:github/jenkinsci/acceptance-test-harness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Facceptance-test-harness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Facceptance-test-harness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Facceptance-test-harness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Facceptance-test-harness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/acceptance-test-harness/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Facceptance-test-harness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29879970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["hacktoberfest"],"created_at":"2024-08-17T08:03:27.082Z","updated_at":"2026-02-27T01:09:05.582Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":["https://funding.communitybridge.org/projects/jenkins","https://www.jenkins.io/donate/#why-donate"],"categories":["others"],"sub_categories":[],"readme":"# Acceptance tests for Jenkins\n\n[![Jenkins](https://ci.jenkins.io/job/Core/job/acceptance-test-harness/job/master/badge/icon)](https://ci.jenkins.io/job/Core/job/acceptance-test-harness/job/master/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/ath.svg)](https://hub.docker.com/r/jenkins/ath/)\n\nEnd to end test suite for Jenkins automation server and its plugins.\n\nThe scenarios are described in the form of tests controlling Jenkins under test (JUT) through UI / REST APIs. Clean instances\nare started for individual tests to isolate the tests. The harness provides convenient docker support so integration tests\ncan be written easily.\n\n## Contributing to acceptance tests  \n\nFollow the [contributing guidelines](docs/CONTRIBUTING.md) if you want to propose new tests for this project.\n\n## Getting Started\n\nThe simplest way to start the harness is calling `BROWSER=firefox JENKINS_VERSION=2.73 mvn test`. The complete test suite\ntakes hours to run due to the number of covered components/use-cases, the cost of Jenkins setup, and selenium interactions.\nThat can be avoided by selecting a subset of tests to be run - smoke tests for instance.\n\nHere is a [walkthrough](docs/WALKTHROUGH.md) for running ATH tests on changes made to a local version of Jenkins.\n\n## Running tests\n\nThe harness provides a variety of ways to configure the execution including:\n\n* [Selecting web browser](docs/BROWSER.md)\n* [Specifying test(s) to run](docs/SINGLE-TEST.md)\n* [Managing the versions of Jenkins and plugins](docs/SUT-VERSIONS.md)\n* [Using a http proxy](docs/USING-A-HTTP-PROXY.md)\n* [Prelaunching Jenkins](docs/PRELAUNCH.md)\n* [Selecting how to launch Jenkins](docs/CONTROLLER.md)\n* [Obtaining a report of plugins that were exercised](docs/EXERCISEDPLUGINSREPORTER.md)\n* [Running tests in container](docs/DOCKER.md)\n* [Debugging tests in container](docs/DOCKER.md#debugging-tests-in-a-docker-container)\n* [Capture a support bundle](docs/SUPPORT-BUNDLE.md)\n* Selecting tests based on plugins they cover (TODO)\n\n## Creating tests\n\nGiven how long it takes for the suite to run, test authors are advised to focus on the most popular plugins and\nuse-cases to maximize the value of the test suite. Tests that can or already are written as a part of core/plugin tests\nshould be avoided here as well as tests unlikely to catch future regressions (reproducers for individual bugs, boundary\ncondition testing, etc.). Individual maintainers are expected to update their tests reflecting core/plugin changes as\nwell as ensuring the tests does not produce false positives. Tests identified to violate this guideline might be removed\nwithout author's notice for the sake of suite reliability.\n\n* [Selenium test in plugin repository](docs/EXTERNAL.md)\n* [Docker fixtures](docs/FIXTURES.md)\n* [Page objects](docs/PAGE-OBJECTS.md)\n    * [Mix-ins](docs/MIXIN.md)\n* [Guice is our glue](docs/GUICE.md)\n* Writing tests\n    * [Video tutorial](https://www.youtube.com/watch?v=ZHAiywgMG-M) by Kohsuke on how to write tests\n    * [Writing JUnit test](docs/JUNIT.md)\n* [Testing agents](docs/AGENT.md)\n* [Hamcrest matchers](docs/MATCHERS.md)\n* [EC2 provider configuration](docs/EC2-CONFIG.md)\n* [Investigation](docs/INVESTIGATION.md)\n\nAreas where acceptance-tests-harness is more suitable than jenkins-test-harness are:\n\n- Installing plugins for cross-plugin integration\n- Running tests in a realistic classloader environment\n- Verifying UI behaviour in an actual web browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Facceptance-test-harness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Facceptance-test-harness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Facceptance-test-harness/lists"}