Skip to main content

56 posts tagged with "deps"

View All Tags

Summary​

This release introduces improvements to the following Serenity/JS modules:

View detailed code diff on GitHub

Bug Fixes​

  • deps: update dependency sass to v1.77.1 (a9d7258)

Features​

  • core: exported isPlainObject utility function as part of /lib/io (7f2c5fd)
  • core: new utility method Question.fromArray to complement Question.fromObject (4007bf1)
  • playwright: standardised ExecuteScript argument transmission across WebdriverIO and Playwright (adfc171)
  • protractor: standardised ExecuteScript argument transmission across all web integration tools (1a08f47)
  • webdriverio: support for injecting scripts parameterised with complex data structures (e920e67)
  • web: scripts injected into the browser accept data structures containing PageElement objects (2fbddf5)

Summary​

This release introduces improvements to the internal structure of Serenity/JS.

View detailed code diff on GitHub

Bug Fixes​

  • deps: update dependency sass to v1.77.0 (a43874f)
  • deps: update playwright dependencies to v1.44.0 (ae659d6)

Summary​

This release introduces improvements to the following Serenity/JS modules:

View detailed code diff on GitHub

Bug Fixes​

  • deps: update dependency cytoscape to v3.29.2 (de21b6c)
  • deps: update dependency lru-cache to v10.2.2 (35b9e75)
  • deps: update dependency sass to v1.76.0 (71573d5)
  • playwright: ensure ExecuteScript runs in the context of the currently active iframe (3592ca0)
  • webdriverio: support switching to parent frame when using Appium (1faba64), closes appium/appium#14882

Summary​

This release introduces improvements to the internal structure of Serenity/JS.

View detailed code diff on GitHub

Bug Fixes​

  • deps: update dependency sass to v1.75.0 (7a7136f)
  • deps: update playwright dependencies to v1.43.1 (fbbb2d4)

Summary​

This release introduces improvements to the following Serenity/JS modules:

View detailed code diff on GitHub

Bug Fixes​

  • cucumber: support for Cucumber 10.4.0 (3aff921)
  • cucumber: updated cucumber/messages to 24.1.0 (1ea098b)
  • deps: update dependency sass to v1.74.1 (a9b73e1)
  • deps: update playwright dependencies to v1.43.0 (f9a2f9d)
  • playwright-test: support for Playwright Test 1.43.0 (0162b6e)

Features​

  • serenity-bdd: support for Serenity BDD 4.1.6 (48cbaf6)

Summary​

This release introduces improvements to the internal structure of Serenity/JS.

View detailed code diff on GitHub

Bug Fixes​

  • deps: update dependency agent-base to v7.1.1 (f4d639f)

Summary​

This release addresses #2222, #2244 and introduces improvements to the following Serenity/JS modules:

View detailed code diff on GitHub

Bug Fixes​

  • deps: update playwright dependencies to v1.42.0 (0058448)
  • deps: update playwright dependencies to v1.42.1 (dc20ed5)
  • serenity-bdd: fixed feature tag links for nested spec structures (7f596e5), closes #2222

Features​

  • core: simplified reading and writing files in CrewMembers using the FileSystem (7f0d0cc), closes #2244
  • rest: createAxios function instantiates axios with HTTP proxy support (c453678)

Summary​

This release introduces improvements to the following Serenity/JS modules:

View detailed code diff on GitHub

Bug Fixes​

  • deps: update dependency diff to v5.2.0 (17f5a2e)
  • deps: update dependency http-proxy-agent to v7.0.2 (cd46c66)
  • deps: update dependency https-proxy-agent to v7.0.4 (a9f02f6)
  • deps: update dependency typedoc-plugin-mdn-links to v3.1.16 (0563d11)

Features​

  • web: actors can now check if an HTML element attribute is present (3ce115a)

Summary​

This release introduces improvements to the following Serenity/JS modules:

View detailed code diff on GitHub

Bug Fixes​

  • deps: update dependency typedoc to v0.25.8 (9b4198d)
  • deps: update dependency typedoc-plugin-mdn-links to v3.1.15 (1c2e7b6)
  • playwright-test: fix lint issue, refactors and add integration tests to custom tags reporting (0f055c7)
  • serenity-bdd: removed dependency on https-proxy-agent as it's no longer required (acad172)

Features​

  • playwright-test: announce tags automatically if present on the test title (00b9ef8)