-
Notifications
You must be signed in to change notification settings - Fork 3
Migration guide from Sprimber 1.0.x to 1.1.x
vvolverine edited this page Feb 11, 2020
·
2 revisions
Next steps should be performed for success migration:
- Remove
@EnableSprimber
from main test automation application class. Now Sprimber uses Spring SPI-like mechanism to determine available auto-configurations. So, just sprimber-starter jar required in classpath -
@Actions
deprecated, since it was moved to the another package. Please use@Actions
fromcom.griddynamics.qa.sprimber.discovery
-
@ScenarioScope
moved to the packagecom.griddynamics.qa.sprimber.scope
, the functionality remains the same - For multithreading customization, please add/replace bean
testExecutor
to the context instead ofsprimberTestExecutor
- If failed exceptions were customized for allure reporting, please rename the bean
failedExceptionNames
withnonPrintableExceptions