Skip to content

Commit

Permalink
chore(release): 8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y-infra committed Jul 10, 2024
1 parent 1eaf0e4 commit 1d9a21c
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.16.0](https://github.com/gemini-testing/testplane/compare/v8.15.0...v8.16.0) (2024-07-10)


### Features

* add "also" controller to enable tests in passive browser ([90455c8](https://github.com/gemini-testing/testplane/commit/90455c8c51da5e39d234205907d587e2458cf184))
* add "enable" method for runnables ([0726875](https://github.com/gemini-testing/testplane/commit/0726875c580ce6f4a89098dc1ee83579d277ed49))
* implement ability to specify browser as passive ([5902ec8](https://github.com/gemini-testing/testplane/commit/5902ec895834a7bb73dfe8a0f2b70fe1c80f4321))


### Bug Fixes

* specify "browserId" as string for runnables ([5a928d1](https://github.com/gemini-testing/testplane/commit/5a928d18c02df3e32b879cdb1bcd3e288c8d85f9))

## [8.15.0](https://github.com/gemini-testing/testplane/compare/v8.14.1...v8.15.0) (2024-07-03)


4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testplane",
"version": "8.15.0",
"version": "8.16.0",
"description": "Tests framework based on mocha and wdio",
"main": "build/src/index.js",
"files": [

0 comments on commit 1d9a21c

Please sign in to comment.