]
Matous Jobanek resolved ARQ-1993.
---------------------------------
Resolution: Done
Occasional ISE - There is no context available for qualifier
org.jboss.arquillian.drone.api.annotation.Default.
----------------------------------------------------------------------------------------------------------------
Key: ARQ-1993
URL:
https://issues.jboss.org/browse/ARQ-1993
Project: Arquillian
Issue Type: Bug
Components: Extension - Recorder
Affects Versions: recorder_1.1.0.Alpha3
Reporter: Matous Jobanek
Assignee: Matous Jobanek
Fix For: recorder_1.1.0.Alpha4
Both the
[
TestInstanceEnricher|https://github.com/arquillian/arquillian-core/blob/m...]
(DroneTestEnricher) and
[
ScreenshooterLifecycleObserver|https://github.com/arquillian/arquillian-r...]
has the very same precedence = 0, so it is just question of luck what is called first.
When the ScreenshooterLifecycleObserver is called before the DroneTestEnricher then no
instance of Drone is available and [this
exception|https://gist.github.com/lfryc/436a4ac99560f7ddf394] is thrown.