fuhlig

Results 20 comments of fuhlig

Is this consistent across all VCS? I don't quite understand why a local commit is handled differently. Is there any difference between local and remote (on any VCS) commits? Honest...

Experiencing the same. When having "dynamic docs" (with `*.config.js`), reloading the config works, but not the template (`.md`)

> @LucaDb @fuhlig can you test if #1181 fixes the issue and does not cause any other regressions? First test works like a charm

When is this planned to be merged & released?

This kind of change needs to be documented properly (changelog / release-notes). Following semantic-versioning, this is even a breaking-change.

I'm also running 2000+ scenarios and I am logging the process **before** each 10% of scenarios inside the `onReady` script. Not as accurate as doing it afterwards but sufficient IMO....

I am setting a custom userAgent which is excluded within analytics e.g. ``` // onBefore scripts module.exports = async (page) => { // Set user agent to identify test and...

Regarding Firefox-Support: Puppeteer 3+ supports Firefox (experimental). Not sure if this will work out-of-the-box with BackstopJS. Backstop would require a update of the puppeteer dependency (backstop: 2, current puppeteer: 5...

If you added `color` to the properties array ([see docs](https://github.com/sh-waqar/stylelint-declaration-use-variable#multiple-properties)), you can add `inherit` to the `ignoreValues` array ([see docs](https://bitbucket.dmks.vwfs.tools/projects/bron/repos/bronson/browse/packages/bronson-vw6/src/scss/01-settings/_settings.fonts.scss#16-19)). Example: ```js 'sh-waqar/declaration-use-variable': [ [ '/color/' { ignoreValues: [ 'inherit'...

Issue can be closed, thanks :)