acceptance-test-harness icon indicating copy to clipboard operation
acceptance-test-harness copied to clipboard

Acceptance tests cases for Jenkins and its plugins based on selenium and docker.

Results 64 acceptance-test-harness issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.bintray.io/jfrog/artifactory-oss | final | minor | `7.77.6` -> `7.90.15` | --- ### Configuration...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | debian | final | major | `bullseye` -> `bookworm` | --- ### Configuration...

dependencies

One more thing post merge @basil and @timja I just realized: While debugging, I kinda saw that `AetherModule` is constructed **twice** (I may be wrong here) per test. But in...

enhancement

The `curl` commands in the `Dockerfile` that download `geckodriver` and Maven download these tools without verifying their checksums as in https://github.com/jenkinsci/docker/pull/1868, meaning that a truncated download or corrupted file could...

bug