Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Arquillian Drone Extension 2.0.0.Beta1 发布

$
0
0

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
  • ARQ-1178 - Arquillian Drone Module page on arquillian.org is out of date
  • ARQ-1340 - Drone webdriver is not created during @BeforeClass
  • ARQ-2006 - ISE for deployment-scoped drone point when manual deployment is used
Component Upgrade
  • ARQ-1995 - Update to latest version of Selenium and Arquillian core
Feature Request
  • ARQ-1176 - automatically take screenshot and capture the html output on Assert failure or Exception
  • ARQ-1743 - Merge configuration and callable creation together
Task
  • ARQ-1692 - Factories should not bring runtime dependencies
  • ARQ-1696 - Update documentation to cover Drone 2.0.0
  • ARQ-1697 - Migration guide for users
  • ARQ-1698 - Migration guide for developers

Thanks to the following list of contributors: Matous Jobanek


Viewing all articles
Browse latest Browse all 44787

Trending Articles