[JBoss JIRA] Created: (ARQ-393) Update Arquillian Drone Docbook
by Karel Piwko (JIRA)
Update Arquillian Drone Docbook
-------------------------------
Key: ARQ-393
URL: https://issues.jboss.org/browse/ARQ-393
Project: Arquillian
Issue Type: Task
Components: Extension - Selenium
Reporter: Karel Piwko
Assignee: Karel Piwko
Fix For: 1.0.0.Alpha5
Arquillian Drone had come a long way during Alpha5 release cycle.
Update docbook to cover name change, new Drone SPI, Arquillian Ajocado support and multiple browsers per test.
Also describe browser life cycle and its difference for Field/Argument enrichment.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (ARQ-389) Rename @Target, @Expected, @Run and @DeploymentTarget annotations
by Aslak Knutsen (JIRA)
Rename @Target, @Expected, @Run and @DeploymentTarget annotations
-----------------------------------------------------------------
Key: ARQ-389
URL: https://issues.jboss.org/browse/ARQ-389
Project: Arquillian
Issue Type: Feature Request
Components: Base Implementation
Affects Versions: 1.0.0.Alpha4
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Fix For: 1.0.0.Alpha5
For better consistent naming, we should rename the API annotations:
* @Run(RunModeType) = @RunAsClient
** InContainer is extracted from @Deployment(testable) and only possible to override with AS_CLIENT
* @Expected = @ShouldThrowException
* @Target = @TargetsContainer("x")
** Clearify meaning
* @DeploymentTarget = @OperateOnDeployment
** Clearify that this test will operate within the context of the @Deployment
{code}
public class TestClass
{
@Deployment(name = "dep", testable=false) @ShouldThrowException(Exception.class) @TargetsContainer("x")
public JavaArchive create() {}
container x{
deployment dep{
@Test @RunAsClient @OperateOnDeployment("dep")
public void shouldBe() {}
container x{
@Test @OperateOnContainer("x")
public void shouldBe() {}
}
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (ARQ-290) performence/pom.xml references WELD-1.0.1
by steven verborgh (JIRA)
performence/pom.xml references WELD-1.0.1
-----------------------------------------
Key: ARQ-290
URL: https://jira.jboss.org/browse/ARQ-290
Project: Arquillian
Issue Type: Bug
Components: Build Infrastructure
Environment: Mac OS, Maven 3, using jboss-repository-public as in JBoss maven Getting started wiki
Reporter: steven verborgh
build fails with:
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR] The project org.jboss.arquillian.extension:arquillian-performance:1.0.0-SNAPSHOT (/Users/verborghs/Documents/Repositories/arquilian/arquillian/arquillian/extensions/performance/pom.xml) has 4 errors
[ERROR] Non-resolvable import POM org.jboss.weld:weld-core-bom:1.0.2-SNAPSHOT: Failed to resolve POM for org.jboss.weld:weld-core-bom:1.0.2-SNAPSHOT due to The following artifacts could not be resolved: org.jboss.weld:weld-core-bom:pom:1.0.2-SNAPSHOT: Could not find artifact org.jboss.weld:weld-core-bom:pom:1.0.2-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/, releases=true, snapshots=true, managed=false) @ line 105, column 26 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for org.jboss.weld:weld-core:jar is missing. @ line 84, column 25
[ERROR] 'dependencies.dependency.version' for org.jboss.weld:weld-api:jar is missing. @ line 88, column 25
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-simple:jar is missing. @ line 92, column 25
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Solved by replacing 1.0.2-SNAPSHOT which is no longer in https://repository.jboss.org/nexus/content/groups/public-jboss/ to 1.1.0-SNAPSHOT
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years