Version 1.9.x #116
giulong
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Safari support
Spectrum now supports Safari. Check the Safari section in the docs for more details.
Adding .yml extension support
From now on, you can name all the yaml files with either
.yamlor.ymlextension.This is valid for all yamls, such as
configuration,data, andtestbook.Default mail template
The default mail template could already be used for either notifying about single tests or the whole suite. Now it also reports the result (success/failed) of the suite.
Check the Mail Consumer section in the docs for more details.
In order to have environments configured and activated in the same way we do for drivers, we now have two nodes in the
configuration.yaml:environmentsto configure all the environments you may needruntime.environmentto specify which one to pickCheck the Configuring the Environment section in the docs for more details.
To make it clear that the
webDrivernode in theconfiguration.yamlmaps the configurations of the drivers that can be selected via the-Dspectrum.driverproperty, the name of this node has changed:webDriver→driversCheck the Configuring the Driver section in the docs for more details.
The two changes above, related to drivers and environments, are meant to provide a much clearer configuration. We now have these:
driversruntime.driver-Dspectrum.driverenvironmentsruntime.environment-Dspectrum.environmentWhere the columns are:
configuration.yamlto map the configurations of all the possible drivers/environmentsconfiguration.yamlto select the specific driver/environment to be usedYou can choose either to use the selection node or property.
Check the Drivers and Environments section in the docs for more details.
This discussion was created from the release Version 1.9.x.
Beta Was this translation helpful? Give feedback.
All reactions