Skip to main content

Release Notes 2.2.0

Speed Up Your Development Workflow ⚡

Supercharge your development workflow by significantly reducing codebase upload times, especially when you're making frequent, incremental changes.

Key benefits of differentialUpload Flag:

  • Lightning-fast Uploads : Experience upload times faster for incremental changes. ⚡️

  • Boost your Productivity : Spend less time waiting for uploads and more time developing. 🧑‍💻

  • Efficient Resource Utilization : Reduce strain on your network and platform resources. 👨🏻‍💻🧑‍💻

📕 Check the documentation of differentialUpload flag

Enhance your UI Testing Experience

You can selectively exclude specific elements from visual comparisons during your automated tests.

Advantages of ignoreDOM flag

  • Handling Dynamic Content : Exclude elements that frequently change, like timestamps or user-generated content, to avoid false positives.

  • Focusing on core functionality : Zero in on critical elements by ignoring UI components like headers, footers, or navigation menus.

  • Testing Specific Sections : Target a particular area of your webpage for more granular testing.

📕 Learn more about the ignoreDOM flag