Skip to content

Releases: javierlopezdeancos/testcontainers-node-playwright

v0.2.1

17 May 18:32
Compare
Choose a tag to compare

Changes

Chore

  • Update playwright image version to v1.44.0 #7

v0.2.0

06 May 19:35
12c6898
Compare
Choose a tag to compare

Changes

Chore

  • Update testcontainers-node version to 10.9.0
  • Update default playwright container version to 1.43.1

v0.1.0

18 Mar 22:23
Compare
Choose a tag to compare

Changes

Features

  • Run Playwright tests in a playwright container
    • Run all Playwright tests in a playwright container
  • Run Playwright tests in a playwright container and extract the reporter results
    • Run Playwright tests in a playwright container and read the output line reporter.
    • Run Playwright tests in a playwright container and read the output dot reporter.
    • Run Playwright tests in a playwright container with default configuration and extract the html reporter.
    • Run Playwright tests in a playwright container with default configuration and extract the json reporter.
    • Run Playwright tests in a playwright container with default configuration and extract the junit reporter.
    • Run Playwright tests in a playwright container with default configuration and extract the blob reporter.