@iobroker/testing
Advanced tools
Changelog
4.1.3 (2024-04-17)
Changelog
4.1.2 (2024-04-17)
npm
on Windows to prevent hanging=> false
when testing if JS controller is runningChangelog
4.1.1 (2024-03-05)
licenseInformation
field in io-package.json
tier
field in io-package.json
onlyWWW
flag in io-package.json
Changelog
4.1.0 (2022-08-30)
Changelog
4.0.0 (2022-08-28)
suite.skip()
) and running single test suites (suite.only()
)Changelog
3.0.2 (2022-05-15)
harness
argument to the suite()
function with a getHarness()
function to avoid accessing a stale harness.Changelog
3.0.1 (2022-05-09)
defineAdditionalTests
in integration tests has changed. All user-defined integration tests must now be grouped in one or more suite
blocks. The adapter will now only be started at the beginning of each suite. See the documentation for details.harness.startAdapterAndWait
has changed. It now accepts a boolean as the first parameter which controls whether to wait for the alive
state (false
) or the info.connection
state (true
).