Commit e966f924 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.8.2 [skip ci]

## [1.8.2](https://gitlab.com/to-be-continuous/playwright/compare/1.8.1...1.8.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([7c98c08d](https://gitlab.com/to-be-continuous/playwright/commit/7c98c08d53eed66663c690a1faa576ccae6b34e6))
parent 7c98c08d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.8.2](https://gitlab.com/to-be-continuous/playwright/compare/1.8.1...1.8.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([7c98c08](https://gitlab.com/to-be-continuous/playwright/commit/7c98c08d53eed66663c690a1faa576ccae6b34e6))

## [1.8.1](https://gitlab.com/to-be-continuous/playwright/compare/1.8.0...1.8.1) (2025-12-22)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/playwright/gitlab-ci-playwright@1.8.1
  - component: $CI_SERVER_FQDN/to-be-continuous/playwright/gitlab-ci-playwright@1.8.2
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/playwright'
    ref: '1.8.1'
    ref: '1.8.2'
    file: '/templates/gitlab-ci-playwright.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ playwright:
  image: $PLAYWRIGHT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "playwright", "1.8.1"]
      command: ["--service", "playwright", "1.8.2"]
  stage: acceptance
  variables:
    # NPM cache