[JBoss JIRA] (ARQ-1132) If the platform has more than one ABI, the emulator is not created
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1132?page=com.atlassian.jira.plugin.s... ]
Karel Piwko updated ARQ-1132:
-----------------------------
Fix Version/s: android_1.0.0.Alpha2
(was: android_1.0.0.next)
> If the platform has more than one ABI, the emulator is not created
> ------------------------------------------------------------------
>
> Key: ARQ-1132
> URL: https://issues.jboss.org/browse/ARQ-1132
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Android
> Affects Versions: android_1.0.0.Alpha1
> Reporter: Jan Papousek
> Assignee: Jan Papousek
> Fix For: android_1.0.0.Alpha2
>
>
> The creation script looks like:
> {code}
> ${ANDROID_HOME}/tools/android create avd -n <avd name> -t android-<level> -f -p <avd name> -c <sd size>
> {code}
> If the platform contains more than one ABI, the following error appears:
> {code}
> Valid ABIs: armeabi-v7a, x86
> Error: This platform has more than one ABI. Please specify one using --abi.
> {code}
> Btw. the eror isn't displayed and is silently ignored by android extension.
> Developer should be able to specify ABI or other options in creation script.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (ARQGRA-253) Make a way to work with multiple different WebDriver instances
by Radek Falhar (JIRA)
Radek Falhar created ARQGRA-253:
-----------------------------------
Summary: Make a way to work with multiple different WebDriver instances
Key: ARQGRA-253
URL: https://issues.jboss.org/browse/ARQGRA-253
Project: Arquillian Graphene
Issue Type: Feature Request
Reporter: Radek Falhar
Priority: Optional
In Selenium 1, it was possible to open multiple windows using browser.openWindow(url, windowId); and browser.selectWindow(windowId);
In Selenium 2, this can be done by creating multiple WebDriver instances.
There is no way to simply do this in Graphene 2. You can create 2 fields with @Drone, which will open 2 browsers with 2 WebDrivers, but all @FindBy and @Page will resolve against the first one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (ARQGRA-210) Support for GhostDriver / PhantomJS
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-210?page=com.atlassian.jira.plugin... ]
Lukáš Fryč commented on ARQGRA-210:
-----------------------------------
Note that we can't actually release binary distrubution withou written permission - I will follow up with Ariya on that:
{code}
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{code}
> Support for GhostDriver / PhantomJS
> -----------------------------------
>
> Key: ARQGRA-210
> URL: https://issues.jboss.org/browse/ARQGRA-210
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Labels: richfaces
> Fix For: 2.0.0.Beta1
>
>
> PhantomJS / GhostDriver allows to run headless tests with 'close to real experience' thanks to fact PhantomJS is based on Chrome / V8.
> ----
> There are proof of concept bits:
> https://github.com/lfryc/phantomjs-java
> https://github.com/lfryc/ghostdriver-java
> https://github.com/lfryc/arquillian-extension-drone/tree/phantomjs
> https://github.com/lfryc/arquillian-graphene/tree/phantomjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months