Skip to content
Snippets Groups Projects
Unverified Commit 3de34685 authored by Varac's avatar Varac
Browse files

Add taiko + cert test

parent aabcf491
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,10 @@ def test_cert_validation(host, resource): # pylint: disable=too-many-statements
app_subdomains = {
'dashboard': 'dashboard',
'grafana': 'grafana',
'nextcloud': 'files',
'onlyoffice': 'office',
# prometheus is only exposed if opted-in in the settings
'prometheus': 'prometheus',
'rocketchat': 'chat',
'single-sign-on': 'sso',
......
......@@ -180,9 +180,8 @@ const assert = require('assert');
// Dashboard
if (taikoTests.includes('dashboard') || taikoTests === 'all') {
const dashboardUrl = 'https://admin.' + domain
console.log('• Dashboard')
const dashboardUrl = 'https://dashboard.' + domain
console.log('• Dashboard at ' + dashboardUrl)
await goto(dashboardUrl)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment