Hey guys! Was anyone able to create a mock for nodejs SDK or even another language to mock the okta rest API for integration tests?
Thanks!
Hey guys! Was anyone able to create a mock for nodejs SDK or even another language to mock the okta rest API for integration tests?
Thanks!
Not sure what exactly you’re looking for, but this feels like a general issue? We use node-tdd (available on npm) to mock our HTTP requests for anything and everything. We have thousands of tests that use it and very few problems. Disclaimer: I’m the author.