Ejemplo n.º 1
0
before("start server", () => __awaiter(this, void 0, void 0, function* () {
    yield nativescript_dev_appium_1.startServer();
}));
before("start server", async () => {
    await nsAppium.startServer();
});