-
#### What are you trying to achieve?
Set download options in firefox similar to what we can do with chrome. See yaml below.
#### What do you get instead?
Options are empty in firefox browser when…
-
This issue is a **technical discussion** opened to all contributors and users of the library. Feel free to upvote (with 👍 ), comment, propose a solution and provide use-cases related to this issue.
…
-
Hi,
I'm looking for an easy way to write tests for gluegun commands which access the toolbox (file system, process...) Does exist any test helpers? It seems that testing isn't taken seriously when I …
-
It can be tedious work with stubbed / mocked functions. Jasmine and others include a [spy implementation](https://github.com/pivotal/jasmine/wiki/Spies) to make this easier. Chai has a separate plugin…
-
There is a [Service Mocker](https://service-mocker.js.org/) library that also utilizes Service Workers for the purpose of API mocking. I'd like to introduce a comparison section to the MSW documentati…
-
Migrated from: apollographql/react-apollo#3108
-
Since developers are supposed to use spack and Catch2 has a spack package, we should update our recipe/environment/whatever to include the Catch2 tests. This applies to hydrogen, too, though I haven't…
-
#### What are you trying to achieve?
`-c` set workdir to folder of config
i.e. `codecept run -c api` or `cd api && codecept run` will be produce same result with relative path in
```yml
suite_n…
-
#### What are you trying to achieve?
Trying to use the @depends annotation to cause X test to run before Y test.
Attempting to do so in 4 different formats (based on console output differences)
* t…
-
What is the recommended method for testing a custom resolver with nexus? Currently the below code is harder for us to test, so we ended up passing the call to our previously existing resolvers that we…