[JBoss JIRA] (ARQ-1758) Test passes although it fails unexpectedly
by Daniel Latzer (JIRA)
[ https://issues.jboss.org/browse/ARQ-1758?page=com.atlassian.jira.plugin.s... ]
Daniel Latzer commented on ARQ-1758:
------------------------------------
I just wanted to create a bug report for what i think is the same issue as this: A test that should clearly fail passes because of a failure to inject members. I managed to isolate the problem in a quickstart project: https://dl.dropboxusercontent.com/u/6070309/arq-pass-bug.tgz
GreeterEJB doesn't implement GreeterRemote, thus it's obviously not possible to resolve the bean. If you fall back to Arquillian 1.1.3 an Exception is thrown, though with 1.1.4 the test just passes.
> Test passes although it fails unexpectedly
> ------------------------------------------
>
> Key: ARQ-1758
> URL: https://issues.jboss.org/browse/ARQ-1758
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Base Implementation
> Affects Versions: 1.1.4.Final
> Reporter: Robert Panzer
> Attachments: debug.png
>
>
> I have an erronous test class that cannot be loaded in the container due to a NoClassDefFoundError. (A dependent class is missing.)
> The test passes unexpectedly and all test methods are reported to have passed although log entries or SystemOuts show that the methods are actually never invoked.
> The problem seems to be a regression that came with the last release.
> In JUnitTestRunner the TestResults exception is overwritten with null in such a case.
> I will attach a screenshot of the debugger showing that.
> I also have a try of a patch that I will link as soon as I prepared the pull request on github.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ARQGRA-450) takeBeforeTest takes screenshot only for first test when loading of page is done in @Before
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-450?page=com.atlassian.jira.plugin... ]
Juraj Húska updated ARQGRA-450:
-------------------------------
Description: {{takeBeforeTest}} option is broken, because when there are multiple tests, and the loading of the page is done on {{@Before}} method, then screenshot is taken only for first test. (was: As per ${SUBJECT}, {{takeBeforeTest}} option is broken, because when there are multiple tests, and the loading of the page is done on {{@Before}} method, then screenshot is taken only for first test.)
> takeBeforeTest takes screenshot only for first test when loading of page is done in @Before
> -------------------------------------------------------------------------------------------
>
> Key: ARQGRA-450
> URL: https://issues.jboss.org/browse/ARQGRA-450
> Project: Arquillian Graphene
> Issue Type: Bug
> Components: screenshooter
> Affects Versions: 2.1.0.Alpha1
> Reporter: Juraj Húska
>
> {{takeBeforeTest}} option is broken, because when there are multiple tests, and the loading of the page is done on {{@Before}} method, then screenshot is taken only for first test.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (ARQ-1706) Add multilanguage to AsciiDocExporter
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1706?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic closed ARQ-1706.
----------------------------------
> Add multilanguage to AsciiDocExporter
> -------------------------------------
>
> Key: ARQ-1706
> URL: https://issues.jboss.org/browse/ARQ-1706
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Recorder
> Affects Versions: recorder_1.0.0.Alpha2
> Reporter: Alex Soto
> Assignee: Alex Soto
> Priority: Minor
> Fix For: recorder_1.0.0.Alpha3
>
>
> Add multi language to AsciiDocExporter. Currently AsciiDoc document is generated in English. Although Reporter extension allows users to set the language, AsciiDocExporter ignores it.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (ARQ-1726) Reporter does not consider screenshots taken manually in test methods
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1726?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic closed ARQ-1726.
----------------------------------
> Reporter does not consider screenshots taken manually in test methods
> ---------------------------------------------------------------------
>
> Key: ARQ-1726
> URL: https://issues.jboss.org/browse/ARQ-1726
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Recorder
> Affects Versions: recorder_1.0.0.Alpha2
> Reporter: Stefan Miklosovic
> Assignee: Stefan Miklosovic
> Fix For: recorder_1.0.0.Alpha3
>
>
> Beside screenshots taken automatically before / after test method according to configuration, user can take screenshots manually with screenshooter injection like this
> {code}
> @ArquillianResource Screenshooter screenshooter;
> public void test()
> {
> screenshooter.takeScreenshot();
> }
> {code}
> It holds for Recoder injection point as well when user can record videos manually in test method like
> {code}
> @ArquillianResource Recoder recorder;
> public void test()
> {
> recorder.start();
> // something is happening
> recorder.stop();
> }
> {code}
> However, these screenshots and videos does not appear in final report file because when it is taken directly by injection interface, it does not fire any screenshot report event. Logic behind screenshooter and recorder knows this because it invokes screenshooter itself but concrete screenshooter implementation does not fire them.
> There needs to be a way how to report these screenshots which were taken manually as well.
> Taking of screenshots manually is the "last chance" for a user to take them exactly where he needs them to be taken and not showing them in report could be justified however due to user experience these should be taken into account as well definitely.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (ARQ-1715) Merge release profile to default profile
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1715?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic closed ARQ-1715.
----------------------------------
> Merge release profile to default profile
> ----------------------------------------
>
> Key: ARQ-1715
> URL: https://issues.jboss.org/browse/ARQ-1715
> Project: Arquillian
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Extension - Recorder
> Affects Versions: recorder_1.0.0.Alpha1
> Reporter: Karel Piwko
> Assignee: Stefan Miklosovic
> Fix For: recorder_1.0.0.Alpha3
>
>
> It does not make sense to have a separate profile -Prelease.
> Configuration of release plugin is not triggered by default Maven lifecycle, so activating a profile is unnecessary step. It can be specified directly in <build>
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months