From a5f494ab9aeac3b3cacf446f46530781e2c2d1e5 Mon Sep 17 00:00:00 2001 From: shreyanshc Date: Mon, 10 Nov 2025 19:18:31 +0530 Subject: [PATCH] updated smartui config with w3c standards --- conf/singleSmartUI.conf.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/conf/singleSmartUI.conf.js b/conf/singleSmartUI.conf.js index fb4405d..25a08e7 100644 --- a/conf/singleSmartUI.conf.js +++ b/conf/singleSmartUI.conf.js @@ -3,8 +3,11 @@ LT_USERNAME = process.env.LT_USERNAME || ""; LT_ACCESS_KEY = process.env.LT_ACCESS_KEY || ""; exports.capabilities = { - 'build': 'SmartUI-Mocha-Selenium-Sample', //Build name - 'name': 'Your Test Name', // Test name - 'browserName': 'chrome', // Browser name - 'smartUI.project': 'mocha-selenium' - }; \ No newline at end of file + browserName: 'chrome', + 'lt:options': { + build: 'SmartUI-Mocha-Selenium-Sample', + name: 'Your Test Name', + project: 'mocha-selenium', + 'smartUI.project': 'mocha-selenium' + } +}; \ No newline at end of file