Niels

Results 23 issues of Niels

[PhantomJS](http://phantomjs.org/) allows headless test against the QtWebKit. You can find information how to integrate at - [Blog](http://itkosmopolit.wordpress.com/2013/11/23/quick-start-of-running-selenium-webdriver-against-phantomjs-in-java-on-windows/) - [Ghotsdriver](https://github.com/detro/ghostdriver) and there is an interesting [maven package from arquillian](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22arquillian-phantom-driver%22) and one...

I can't find any reason, why it is in In InteractiveElement? You can DragAndDrop every WebElement. Furtermore the code is to complicated ``` builder.dragAndDrop(this.getWebElement(), new InteractiveElement(element.getByLocator()).getWebElement()).build().perform(); ``` Should be ```...

If #65 is fixed I could integrate an automatic start of jetty in the test. Makes it more comfortable to use in an IDE.

It would be good if all integration-test are marked. I see 2 solutions: 1. By name-suffix `*IntegrationTest` 2. With `@Category` annotation.

**Describe the feature** If you run multiple targets with `mg.Deps(a, b, c)` and a and b throws an error, it difficult to get the context. **What problem does this feature...

:sparkles: enhancement

One great feature of android is, that you can use it as an access point. So my idea was to use my phone as access point and git server if...

I have a jpeg with some tags and want to read this information. I tried go-jpeg-image-structure/v2/command/js_exif/main.go -f myImg.jpeg. But I can't find any of the tags. Can you explain what...

I have the problem, that I have some differences in my html at the end of a long line. The report doesn't show the difference then. I can only fix...

If you write test you must create an expected result exactly (character by character) as it will be generated. Mostly I only want to know if the html-structure is good....

tracker:feature
status:underevaluation