Arnout Engelen
Arnout Engelen
https://github.com/SHA2017-badge/Firmware/blob/master/components/ugfx/build_fonts.sh
For example for soundfonts, it would be neat to support uploading example clips. Such 'attachments' could be regular artifacts, except: - adding a 'parent id' field - (by default) being...
As per #39
At least on IE11, when using 'fast' emulation, clicking on an element not currently in the viewport throws an error: ``` __EXCEPTION__:java.lang.AssertionError: com.thoughtworks.selenium.SeleniumException: The point at which the driver is...
We don't even seem to do tabs vs spaces consistently, let's pick one and stick to that. Should we perhaps add a formatter to our maven config? Any suggestions?
For some pages\* the 'open' call appears to return too soon - even before the page's title can be retrieved. This is with firefox 24.4.0 and 29.0 on linux. It...
Sometimes it'd be handy to write your own fixtures that can access the WebDriver instance created by our SeleniumDriverFixture, without having to explicitly pass that around in the FitNesse tests....
ProjectXebium.RegressionSuite.TestWaitForElement looks like it was intended to test for the 'Hi there' appearing after a while, but there doesn't seem to be any test anymore that tests that.
It would make sense to overwrite/clear the index when a new test run starts. Not sure exactly when/how this should be triggered, though. See also: #98