This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Ability to customize Test File Name Template #737 This feature will allow to customize "test file name template" adding a new capability to the browser named "testFileNameTemplate". How this works? Template accepts variables like: {proxyName} - Zalenium|SauceLabs|BrowserStack {testName} - The one added as "name" on capabilities, otherwise a session key {browser} - The browser name {platform} - OS where test runs {timestamp} - Timestamp of test inizialitation {testStatus} - Test result: COMPLETED|TIMEOUT|SUCCESS|FAILED You can add a string to the capability adding static text and any of the variables above mentioned. Default template: {proxyName}_{testName}_{browser}_{platform}_{timestamp}_{testStatus} * Documentation added for new feature: Ability to customize Test File Name Template
- Loading branch information
Showing
5 changed files
with
94 additions
and
44 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
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
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