tests: add testcase for the mqtt monitor with testcontainers (#4451)

This commit is contained in:
Frank Elsinga
2024-10-17 16:25:45 +02:00
committed by GitHub
parent ed6087e233
commit a20a43b8aa
3 changed files with 1027 additions and 65 deletions

View File

@@ -154,6 +154,7 @@
"@fortawesome/vue-fontawesome": "~3.0.0-5",
"@playwright/test": "~1.39.0",
"@popperjs/core": "~2.10.2",
"@testcontainers/hivemq": "^10.13.1",
"@types/bootstrap": "~5.1.9",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
@@ -189,6 +190,7 @@
"stylelint-config-standard": "~25.0.0",
"terser": "~5.15.0",
"test": "~3.3.0",
"testcontainers": "^10.13.1",
"typescript": "~4.4.4",
"v-pagination-3": "~0.1.7",
"vite": "~5.2.8",