python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
k6 redirects localhost to loopback
I'm on a Mac and I'm attempting to run my k6 script against http://localhost:4200 (angular app) locally.
The angular app is running and I can access it via the browser and using curl.
My k6 script has...

a11smiles
Votes: 0
Answers: 1
Mocking external dependencies during load testing
I have a backend written in node.js that uses external APIs on some endpoints. I want to do load test without testing those external dependencies. Is it possible to mock them and how? I don't really c...
fraktus
Votes: 0
Answers: 1
Equivalent of Stomp.over in server side code
Is there a backend (nodejs, java, etc) equivalent of Stomp.over? I want to mimic the client side code like below:
var socket = null;
var stompClient = null;
var connectCallback = function() {
co...
kjoxiphucy
Votes: 0
Answers: 0