File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/thepalaceproject/ait Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ private static AppiumTestContext createForBrowserstack(
7373 browserstackOptions .put ("userName" , username );
7474 browserstackOptions .put ("accessKey" , accessKey );
7575 browserstackOptions .put ("buildName" , gitCommit );
76+ browserstackOptions .put ("name" , testName );
7677
7778 final var caps = new DesiredCapabilities ();
7879 caps .setCapability ("appium:deviceName" , "Samsung Galaxy S22" );
7980 caps .setCapability ("appium:os_version" , "12.0" );
8081 caps .setCapability ("appium:app" , appId );
8182 caps .setCapability ("platformName" , "Android" );
82- caps .setCapability ("name" , testName );
8383 caps .setCapability ("bstack:options" , browserstackOptions );
8484
8585 driver = new AndroidDriver (new URL ("https://hub.browserstack.com/wd/hub" ), caps );
You can’t perform that action at this time.
0 commit comments