Added
- Test-script assertion translation: Postman pm.test(...) scripts are now translated into pytest assert statements: response time, header presence, and top-level JSON field equality (string / number / boolean). Patterns outside this subset are skipped rather than mistranslated, so a generated test never carries a broken assert.
- Form body support: urlencoded and formdata text fields render as a data={...} argument on the request.
- Status extraction also recognises the pm.response.code === 201 idiom in test scripts.
Full changelog: see CHANGELOG.md