-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from jbcr/main
change option split_video
- Loading branch information
Showing
4 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,11 +36,11 @@ default: | |
# You can use the LT_USERNAME and LT_USERKEY environment variables instead of this keys: | ||
user: [email protected] # Your Lambdatest login | ||
key: xxxxx # Your Lambdatest key available here: https://accounts.lambdatest.com/detail/profile | ||
split_video: false #If false, run all scenario in one session. If true, close and open a new session for each scenario | ||
restart_session_between_scenario: false #If false, run all scenario in one session. If true, close and open a new session for each scenario | ||
# The rest of key are the same as Mink Extension | ||
wd_host: https://hub.lambdatest.com/wd/hub # The URL of Selenium2 Hub | ||
capabilities: | ||
name: Behat test suite # Define the name to change the Lambdatest session name or prefix if `split_video` is true | ||
name: Behat test suite # Define the name to change the Lambdatest session name or prefix if `restart_session_between_scenario` is true | ||
# The rest of key are the same as Mink Extension | ||
browser: firefox # The browser name | ||
marionette: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters