Karel Piwko

Results 7 comments of Karel Piwko

I though that idea could be taken one step further, e.g. no String value required in the annotation. String deploymentName(Method deploymentMethod) method can for example return the fully-qualified name of...

So, I can either: 1/ Modify the commit to contain javadoc changes only 2/ Create a wrapper to stay backwards compatible, e.g. OperatesOnDeploymentProvider extends OperateOnDeployment provider, were OperatesOnDeploymentProvider is @Deprecated...

Hi, ad 1) and 2). Impossible to figure out what is really happening there. I need Drone and Arquillian Core versions, code snippet, etc. ad 3), yes you can increase...

I'm still not able to image what is happening there: So, you have following code, right? ``` public class MyBaseClass extends Arquillian { @Drone WebDriver driver; } public class MyTestClass1...

Hi, what version of Drone and Arquillian Core are you using? Ad 1. What do you mean by open and close for each _@Test_ method? Are you manually calling webdriver.close()?...

Hello @Quentame, what is the the status on this PR?

Hi, I'd need to think about groupId and artifactId in such case. I'm wondering, what would be your the workflow to use the extension? Do you have some tooling that...