Skip to content

Releases: aerokube/moon

v1.9.1: separate test files in Cypress

31 Jul 10:06
Compare
Choose a tag to compare

New features

  • #275 - support for custom /etc/hosts entries and DNS servers for Cypress, Playwright and Puppeteer
  • #284 - ability to set nodeSelector globally
  • #285 - ability to run separate test files in Cypress
  • #286 - support for name capability in mobile emulation

Improvements

  • #271 - documentation about labels capability
  • #272 - building video recorder image independently (always on up-to-date base image)

v1.9.0: Cypress support

24 Jun 09:21
Compare
Choose a tag to compare

Respective documentation: https://aerokube.com/moon/latest/#_using_cypress

New features

  • #276 - Cypress support

Improvements

  • #277 - firstMatch support in capabilities
  • #278 - removing Host header in Selenium requests

v1.8.3: group support for OpenID Connect

30 Mar 09:38
Compare
Choose a tag to compare

New features

  • #265 - group support for OpenID Connect

Improvements

  • #264 - documentation for moon-auth command-line flags

v1.8.2: OpenID Connect support

23 Feb 09:40
Compare
Choose a tag to compare

New features

Fixes

  • #253 - video is not recorded for mobile devices with odd screen resolution

Improvements

  • #245 - documentation for root CA feature
  • #254 - run Moon images from non-root user
  • #255 - add Moon images based on RedHat UBI (available in quay.io repository)
  • #259 - do not send "name" capability value in moon-monitor module

v1.8.1: fixing HTTP headers for some Selenium clients

24 Jan 12:48
Compare
Choose a tag to compare

Fixes

  • #252 - mobile emulation feature does not work with some Selenium clients

v1.8.0: first-class mobile emulation support

21 Jan 15:12
Compare
Choose a tag to compare

New features

  • #247 - mobile emulation support via /mobile API
  • (no issue) - video recording with sound (now works with recent browser images only)

Fixes

  • #250 - setting video frame rate does not work

Improvements

  • #233 - automatically building logger and video recorder for AWS
  • #242, #246, #248 - documentation improvements
  • #243 - automatically uploading Moon images to quay.io

v1.7.1: custom DNS servers support

25 Oct 14:30
Compare
Choose a tag to compare

New features

  • #232 - ability to set custom DNS servers on pods
  • #235 - ability to set log name with logName capability

Improvements

v1.7.0: better Chrome Developer tools implementation

18 Sep 09:52
Compare
Choose a tag to compare

New features

  • #228 - automatically using tmpfs for browser pods
  • #231 - better Chrome Developer Tools protocol support (connecting to web-socket automatically starts browser)

Fixes

  • #225 - invalid escaping in env section
  • #230 - setting runAs in service.json does not work

Improvements

  • #223 - documentation improvements
  • #226 - bump Golang to 1.15

v1.6.1: more Playwright flags

13 Jul 16:00
Compare
Choose a tag to compare

New features

  • #217 - name and timeZone parameters support for Playwright

Improvements

  • #216 - improved documentation about Moon timeouts

v1.6.0: Playwright support

23 Jun 17:11
Compare
Choose a tag to compare

New features

Improvements

  • #213 - documentation improvements