Filipoliko

Results 13 issues of Filipoliko

Hi everyone! Our team has been analysing visual regression tools, that we could use for our projects and storycap/reg-suite is really standing out as a great and powerful solution full...

@stephenhillier I started working on the update discussed in #82 and I am going with `__unknown__` value in the end as the `_` symbol is unlikely to conflict with some...

Hi, just ran into this #79 issue and im glad to see the new defaults. It definitely makes sense to me. Im just a bit worried about `filter_unhandled_paths=True` throwing away...

There are several [issues with puppeteer running into "Page Crashed!" error](https://github.com/puppeteer/puppeteer/issues?q=is%3Aissue+is%3Aopen+Page+Crashed). QApe is running into the very same issues in longer test runs. When this error occurs during Random Scenario,...

Update the structure of the reporter event names with worker name prefix. Examples: ``` runner:start -> tester:runner:start process:exit -> master:process:exit ``` This should make clearer, where do the events come...

There is no way to set some script before navigating to the configured url. This means, that there is no way to set extra headers (i.e. authentication) before navigation. We...

### 🚀 Feature Proposal Similar to current option for jest config file to export function returning an object (as described in [docs](https://jestjs.io/docs/configuration)) ```javascript /** @returns {Promise} */ module.exports = async...

:rocket: Feature Request

Hi, I would like to propose a new option for lerna publish command, which would allow us to run `lerna publish` with uncommitted changes to the packages. We need this...

Hi, thank you for this great library, thanks to this, we were able to actually use native node test runner in some of our projects! I ran into an issue,...