Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/testing

Package Overview
Dependencies
Maintainers
0
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/testing - npm Package Versions

23
7

5.0.0

Diff

Changelog

Source

5.0.0 (2024-09-14)

  • Types were migrated to '@iobroker/types' from '@types/iobroker'
alcalzone
published 4.1.3 •

Changelog

Source

4.1.3 (2024-04-17)

  • Allow (deprecated) HTML as admin UI in package tests, so old adapters using HTML UI can still utilize the rest of the package tests
alcalzone
published 4.1.2 •

Changelog

Source

4.1.2 (2024-04-17)

  • Fix: Use shell to spawn npm on Windows to prevent hanging
  • Fix: Duplicate logging of => false when testing if JS controller is running
alcalzone
published 4.1.1 •

Changelog

Source

4.1.1 (2024-03-05)

  • Add support for the new licenseInformation field in io-package.json
  • Add test for the tier field in io-package.json
  • Honor onlyWWW flag in io-package.json
alcalzone
published 4.1.0 •

Changelog

Source

4.1.0 (2022-08-30)

  • Support for specifying the JS-Controller version in integration tests
alcalzone
published 4.0.0 •

Changelog

Source

4.0.0 (2022-08-28)

  • BREAKING: Dropped support for Node.js 12
  • Allow skipping test suites (suite.skip()) and running single test suites (suite.only())
alcalzone
published 3.0.2 •

Changelog

Source

3.0.2 (2022-05-15)

  • Fix: Replace the harness argument to the suite() function with a getHarness() function to avoid accessing a stale harness.
alcalzone
published 3.0.1 •

Changelog

Source

3.0.1 (2022-05-09)

  • BREAKING: The function signature of 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.
  • BREAKING: The function signature of 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).
alcalzone
published 3.0.0 •

alcalzone
published 2.6.0 •

Changelog

Source

2.6.0 (2022-04-18)

  • The loglevel for the adapter and DB instances is now configurable and defaults to "debug" in both cases
23
7
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc