Walmyr
Walmyr
Cc @samlucax
@samlucax, would you mind reviewing it, please?
I'm ok without it for now. The main effort should be on the translations.
Can someone help me with all these CI failures, please? Cc @jennifer-shehane
Yeah, I really think GoCD could have something similar to this Jenkins plugin, then there is no need to access GoCD, you can trigger the pipeline again directly from Github.
I'm already used to not having this.
I have solved such issue in one case with the following: ``` "use strict"; function elementWithAttributeHasNotValue(htmlElement, attribute, value) { return htmlElement.getAttribute(attribute).then((elementAttribute) => { return !elementAttribute.includes(value); }); } class Helper {...
I've experience with the first three **possible solutions**, and I favor **GitHub Actions** since the codebase is already on GitHub.
> @wlsf82 I'm considering keep this issue open as a aggregator for test coverage related tasks. If this is the case, ideally we should tag #144 in pull requests adding...