mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
10 lines
292 B
JavaScript
10 lines
292 B
JavaScript
import * as names from 'names.js';
|
|
|
|
function main()
|
|
{
|
|
var app = OS.getenv("APPLICATION_NAME");
|
|
var user = OS.getenv("SQUISH_TEST_USER1");
|
|
var pw = OS.getenv("SQUISH_TEST_PASS1");
|
|
startApplication(app);
|
|
test.vp("LoginPage"); // Welcome already passed, no configurations.
|
|
}
|