Daniel Kraus
Daniel Kraus
This simple test (which uses `convert` under the hood) shows the problem: ```java class GoogleIT { WebDriver driver; Recheck re; @BeforeEach void setUp() throws Exception { driver = new ChromeDriver();...
12 seconds for https://en.wikipedia.org/wiki/President_of_the_United_States.
Lowercase migrator merged in https://github.com/retest/recheck/pull/180. However, this doesn't address e.g. the leading slash. We should also think about enforcing our desired format in `Path`.
What I also realized and I think this is related: When copying a XPath from Chrome, one gets something like: ``` /html/body/div[2] ``` That is, `[1]` is omitted, so I...
To summarize: ``` ${PROJECT_ROOT} | - .retest/ | | - recheck.ignore (level 1) | - src/test/resources/retest/recheck/ | - ${TEST_CLASS_NAME} | - recheck.ignore (level 2) | - ${TEST_CASE_NAME}.${STEP_NAME}.recheck | - recheck.ignore...
From https://github.com/retest/recheck/pull/193: >This pull request pertains to the first half of retest/recheck-web#182 : > >The RetestImpl now loads a second, optional, suite-specific filter in addition to the already loaded global...
Hey @raehalme, @aleksandr-m pointed me to your comment: >I cannot see how it would make sense to enable the setting when using the single branch model. What's your say on...
We are facing this issue, too; or at least similar behavior. In our project, one module represents a BOM but has no parent relationship to the aggregator POM, which loads...
@apfelbasti what command are you using and what error do you get?
@apfelbasti you have to pass the property as follows: ```text $ mvn gitflow:release -DargLine='-DprocessAllModules' ``` Does this help?