CodeceptJS
CodeceptJS copied to clipboard
#4480-added new method for sending payload in delete request
Motivation/Description of the PR
- Allow sending request body in sendDeleteRequest function for REST helper
- Resolves #4480
Applicable helpers:
- [ ] Playwright
- [ ] Puppeteer
- [ ] WebDriver
- [X] REST
- [ ] FileHelper
- [ ] Appium
- [ ] TestCafe
Applicable plugins:
- [ ] allure
- [ ] autoDelay
- [ ] autoLogin
- [ ] customLocator
- [ ] pauseOnFail
- [ ] coverage
- [ ] retryFailedStep
- [ ] screenshotOnFail
- [ ] selenoid
- [ ] stepByStepReport
- [ ] stepTimeout
- [ ] wdio
- [ ] subtitles
Type of change
- [ ] :fire: Breaking changes
- [X] :rocket: New functionality
- [ ] :bug: Bug fix
- [ ] 🧹 Chore
- [ ] :clipboard: Documentation changes/updates
- [ ] :hotsprings: Hot fix
- [ ] :hammer: Markdown files fix - not related to source code
- [ ] :nail_care: Polish code
Checklist:
- [X] Tests have been added
- [X] Documentation has been added (Run
npm run docs) - [X] Lint checking (Run
npm run lint) - [X] Local tests are passed (Run
npm test)