Reinhold Füreder
Reinhold Füreder
#### What are you trying to achieve? Based on my workaround for #5678 I'd like to ignore only certain usages of a step (i.e. one with specific parameters) namely `waitForElementVisible('.kg_load',...
#### What are you trying to achieve? Wait until a so-called loading box -- implemented as an overlay -- (for some page updates via AJAX calls) is gone; then it...
(Newer "jenkins/jenkins" Docker base images already contain v2.1.0 of plugin installation manager tool)
See https://github.com/sebastianbergmann/phpunit/pull/3224 and https://github.com/sebastianbergmann/phpunit/issues/2085 - "Risky Tests" > "Test Execution Timeout": here is a "Note" panel that should also mention the new option for default timeout - "Annotations" > "@small":...
During Jenkins startup I get: `WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkins.plugins.lockableresources.LockableResource#build: type is abstract but not Describable.` **=> Extracted/moved the problem from (very generic issue) https://github.com/jenkinsci/configuration-as-code-plugin/issues/536** > New Jenkins Lockable...
This leads to the fact that the gradle plug-in under test (not being in gradle cache yet, because it is just being built and tested) is not in the classpath...
While my gradle plug-in (note that it internally depends/requires some project configuration resolving) worked in real usage, it failed in nebula-test. Interesting part of my plug-in's build.gradle file: ``` dependencies...
MyPluginProjectSpec: ``` class MyPluginProjectSpec extends PluginProjectSpec { ``` Test failure: ``` : Unable to delete file D:\workspaces\testautomation\buildsystem\gradle\...\plugins\...\build\test\MyPluginProjectSpec\apply-does-not-throw-exceptions_1\userHome\native\19\windows-i386\native-platform.dll at org.apache.tools.ant.taskdefs.Delete.handle(Delete.java:719) at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:768) at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:764) at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:764) at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:764) at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:764) at...
Fixes https://github.com/Codeception/robo-paracept/issues/69 So far only the suites of the first HTML report were in the final merged HTML report. And when the first HTML report (luckily) already contained all suites,...
| Q | A | --------------------| --------------- | PHPUnit version | 8.1.6, but presumably since 8.1.4 | PHP version | 7.2 | Installation Method | PHAR (Filed because of https://github.com/sebastianbergmann/phpunit/issues/3587#issuecomment-499158723)...