Arquillian Drone Extension 2.0.0.Beta1 发布了
该版本值得关注的改进包括:
支持通过 @BeforeClass 的 Drone webdriver 注入
带部署范围生命周期的紧密连接到部署过程。
- 一些 SPI 事件进行合并和替换
-
The following events:
- BeforeDroneCallableCreated
- AfterDroneConfigured
- BeforeDroneConfigured
- AfterDroneCallableCreated
are now merged into:
- BeforeDronePrepared
- AfterDronePrepared
They are called before/after both the Drone configuration and the Drone callable instance are prepared. This ensures that both or none of the objects should be present.
Release notes and resolved issues 10
- Bug
- Component Upgrade
-
- ARQ-1995 - Update to latest version of Selenium and Arquillian core
- Feature Request
- Task
Thanks to the following list of contributors: Matous Jobanek