jQuery Form Serialize Array Method

preview_player
Показать описание
You can invoke the jQuery method "serializeArray" when working with a form element in Cypress. You can quickly validate all input values at once
.invoke('serializeArray')
{
name: 'a',
value: '1',
},
....
])
Рекомендации по теме