Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .chachalog/BBLVnBTa.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chachalog/fukZD0lq.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chachalog/hT4mLpQ2.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chachalog/oVHUhtyi.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chachalog/qN7vRtLk.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @jahia/cypress Changelog

## 8.5.0

### New Features

* Add cypress-mailpit support for tests (#247)

* Added an optional startup provisioning script that configures Jahia's SMTP settings for a Mailpit test server when `SMTP_SERVER_URL` is set, and does nothing otherwise.

* Generic `getGlobalVar`/`setGlobalVar` key/value store for sharing state (string | number | boolean) across all specs in a Cypress run, backed by `cy.task()`.

### Bug Fixes

* Fixed the spec/test log markers so they can no longer promote the visitor's own session to root and leak an authenticated view into the command that runs right after. (#253)

* Fixed intermittent test failures when reading a fixture that the project does not provide. These reads now use the project's `defaultCommandTimeout` instead of a shorter fixed timeout, so a loaded machine no longer fails the test. (#242)

## 8.4.0

* Added `addPage` to create a page from a test, so each project no longer needs its own copy. It sets the page template and title, and leaves the page content to the caller: areas, content nodes and extra languages are passed in. (#245)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jahia/cypress",
"version": "8.4.0",
"version": "8.5.0",
"scripts": {
"build": "tsc",
"lint": "eslint src -c .eslintrc.json --ext .ts --max-warnings=0"
Expand Down
Loading