stubby4node icon indicating copy to clipboard operation
stubby4node copied to clipboard

A configurable server for mocking/stubbing external systems during development.

Results 29 stubby4node issues
Sort by recently updated
recently updated
newest added

Default self-signed certificate has a key of only 1024 bits ``` openssl rsa -in key.pem -text -noout | grep "Private-Key" RSA Private-Key: (1024 bit, 2 primes) ``` While trying to...

Hey @mrak Thanks for the package. I've been using it since long and today I got a little different scenario which I am unable to configure. Not able to match...

I have a URL (GET REQUEST) of the following pattern ^/testpath/1/test?pathid=1 ^/testpath/1/test?pathid=1,2 ^/testpath/1/test?pathid=1,2,5 where pathid query string parameters are comma separated I have the following stubby mappings to match these...

Hi there 👋, Thank you for this nice component! Currently I have an issue on a specific query parameter matching. I try to mock the url: `https://localhost:3000/v1/api.json?rss_url=https://www.youtube.com/feeds/videos.xml?channel_id=xxx` However when i'm...

* Point multiple files from `cli` ```bash stubby -d stubs/file1.yml,stubs/file2.yml ``` * Use glob ```bash stubby -d stubs/*.yml stubby -d stubs/**/*.yml ```

We are facing this issue when running the `npm audit` command. Is it possible to fix it, or is there any workaround to solve this problem locally in our projects?

If I know I only need HTTP I want to disable the others to prevent errors if the ports are already occupied. Something like `-t 0` (which already does something)...

Feature request: Be able to clear all stubs via Restful API Why: It would be easy to clear all stubs and import a file with new requests How: Change the...

Existing issue: https://github.com/mrak/stubby4node/issues/79 Sample output: [sampleOutput.txt](https://github.com/mrak/stubby4node/files/4734349/sampleOutput.txt)