Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 2.12 KB

File metadata and controls

69 lines (53 loc) · 2.12 KB

2.0.0

Major version bump due to default video container format change

  • Pinned recorder container to selenium/video:ffmpeg-8.0-20260202 because the currently latest version of the container is not shutting down properly
  • Changed default video container format to mkv
    • This format allows to play the videos even when they are incomplete
  • Update default Selenium version to 4.41.0
  • Updated dependencies

1.5.3

  • Improve error message when browser name can't be matched
  • Updated dependencies

1.5.2

  • Updated dependencies

1.5.1

  • Slightly increased default recording save wait time a bit

1.5.0

  • No longer map timezone into container by default
    • This should keep tests consistent

1.4.0

  • getNoVncAddress now returns an auto-login url
    • The original behavior is still available with getNoVncAddressRaw

1.3.0

  • Update to Testcontainers v2

1.2.5

  • Update default Selenium version to 4.36.0
  • Updated dependencies

1.2.4

  • New option beforeRecordingSaveWaitTime in BrowserWebDriverContainer
    • If not null: Waits the amount of specified time before saving the recording
    • This way no frames showing a test failure might get accidentally lost
    • Default value is set to 70ms which is 1 full frame when recording at the default 15 FPS
  • Only compute name for recording when required

1.2.3

  • Make some constants externally accessible
  • Provide chromium image (Chrome doesn't work on ARM64)

1.2.2

  • [Browser] Improve SHM configuration

1.2.1

  • Migrated deployment to Sonatype Maven Central Portal #155
  • Updated dependencies

1.2.0

  • Remove testcontainer's dependency onto JUnit 4
  • Update default Selenium version to 4.32.0
  • Updated dependencies

1.1.0

  • Make it easier to use different Selenium images
  • Update default Selenium version to 4.25.0
  • Updated dependencies

1.0.2

  • Updated dependencies

1.0.1

Rename artifactId from testcontainers-java-selenium to testcontainers-selenium

1.0.0

Initial release