How do I execute a test or test suite in Chrome?
Question ID: 302
0
0

Alchemy defaults to Firefox for executing tests.  How can I specify that I want a test to execute in Chrome or other browsers and versions?

Marked as spam
Posted by (Questions: 5, Answers: 4)
Asked on May 31, 2023 8:47 am
10 views

Answers (1)

1
Private answer

That is all part of your Execution Package.  Open your Execution Package and you will see a list of Execution Targets.  Currently, Firefox is the only one added by default.  You can change that by clicking on the Execution Target and changing the browserName property to chrome.  Additionally, you can add a new Execution Target by clicking the green PLUS icon and specifying chrome as the browserName.  The latter has the added benefit of running all of your tests on BOTH chrome and firefox.

 

cm

Marked as spam
Posted by (Questions: 0, Answers: 38)
Answered on May 31, 2023 8:53 am

Welcome to Alchemy Center!
Please Log In to participate in the discussion.

X
Scroll to Top