Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

71 lines (47 loc) · 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.3.1] - 2024-02-25

Added

  • A maximum time for one test run. The default is 12 hours.
  • Only minimally tested - a new config alkiln variable to customize the maximum time for one test run. Example:
alkiln:
  ALKILN_MAX_SECONDS_FOR_PLAYGROUND_TEST_RUN: 600

Changed

  • ALKiln errors now have codes that authors can give us to pinpoint the specific error

Fixed

  • All chrome processes should be closed, even when tests are ended early. It takes a minute. See #38
  • Time elapsed for tests should now show the same/right time when the page is refreshed.

Internal

  • Added CHANGELOG.md