Javascript – How do I send multiple values with same key with supertest?
In my testing, I need to simulate sending checkbox form data. In a normal HTML form with checkboxes, if a form box is checked, the corresponding key, value is sent. Consider a form that asks user for their favourite color.…