test: add simple gitlab-ci file

This commit is contained in:
Girish Ramakrishnan
2024-09-20 16:19:03 +02:00
parent 76dc856dbf
commit 27f7bcd040
11 changed files with 73 additions and 112 deletions
+3 -1
View File
@@ -14,6 +14,8 @@ const applinks = require('../applinks.js'),
describe('Applinks', function () {
const { setup, cleanup } = common;
this.timeout(10000);
before(setup);
after(cleanup);
@@ -30,7 +32,7 @@ describe('Applinks', function () {
};
const APPLINK_2 = {
upstreamUri: 'https://google.com'
upstreamUri: 'https://google.de'
};
const APPLINK_3 = {