- Description of this PR, which problem it solves
- Resolves #issueId (if applicable).
Applicable helpers:
- WebDriver
- Puppeteer
- Nightmare
- REST
- FileHelper
- Appium
- Protractor
- TestCafe
- Playwright
Applicable plugins:
- allure
- autoDelay
- autoLogin
- customLocator
- pauseOnFail
- coverage
- retryFailedStep
- screenshotOnFail
- selenoid
- stepByStepReport
- stepTimeout
- wdio
- subtitles
- 🔥 Breaking changes
- 🚀 New functionality
- 🐛 Bug fix
- 📋 Documentation changes/updates
- ♨️ Hot fix
- 🔨 Markdown files fix - not related to source code
- 💅 Polish code
- Tests have been added
- Documentation has been added (Run
npm run docs
) - Lint checking (Run
npm run lint
) - Local tests are passed (Run
npm test
)