HyperExecute Projects - General Availability (GA)

HyperExecute Projects is now generally available (GA) and moving beyond the beta phase! Projects offer a centralized platform for organizing and managing your test executions to streamline your testing process more efficiently than ever before.

Key Updates:

  • Centralized Test Management: Group similar tests, control access, and track progress within custom projects.
  • Workflow Automation: Set up automated workflows with scheduled test executions and optional workflow linking.
  • GitHub Integration: Support for GitHub repositories with easy setup for collaborative testing.
  • Framework Support: Integration with Tosca, Tosca DEX, and JMeter for unified test management.

📕 Read the documentation to learn more about it.

HyperExecute Projects - General Availability (GA)

HyperExecute Projects is now generally available (GA) and moving beyond the beta phase! Projects offer a centralized platform for organizing and managing your test executions to streamline your testing process more efficiently than ever before.

Key Updates:

  • Centralized Test Management: Group similar tests, control access, and track progress within custom projects.
  • Workflow Automation: Set up automated workflows with scheduled test executions and optional workflow linking.
  • GitHub Integration: Support for GitHub repositories with easy setup for collaborative testing.
  • Framework Support: Integration with Tosca, Tosca DEX, and JMeter for unified test management.

📕 Read the documentation to learn more about it.

HyperExecute: Set Dynamic Email Address for Report Sharing

HyperExecute CLI added an enhancement to the --vars flag providing greater flexibility in specifying email addresses for report and artefact sharing. You can now use a variable to dynamically set the email address used to share reports or artefacts. This gives you more flexibility than hardcoding the email address in the YAML configuration file.

report: true
partialReports:
  location: target/surefire-reports/html
  type: html
  frameworkName: extent
  email:
      to:
        - "${email}"
        - "${email1}"

uploadArtifacts:
  - name: Reports 1
    path:
      - ProtractorTestReport.html
    email:
      to: 
        - "${email}"
        - "${email1}"

This is how you can pass the value of your email address via CLI by running the command

./hyperexecute --vars "email=xyz@abc.com" --vars "email1=abc@xyz.com"

📕 Read the documentation - How to dynamically set your email address? to learn more about it.

Start Testing

HyperExecute: Accessibility Testing Support for Selenium and Cypress

HyperExecute now supports Accessibility Testing for both Selenium and Cypress! This update enables you to ensure that your web applications comply with accessibility standards such as WCAG 2.2 AA.

Benefits of Accessibility Testing in HyperExecute

With this feature, you can seamlessly validate a range of accessibility issues to create more inclusive and user-friendly web applications. Here's how it benefits you:

  • Automated Issue Detection: Identify common accessibility problems such as missing alt attributes, incorrect ARIA roles, and insufficient color contrast—early in the development process.
  • Detailed Accessibility Reports: Receive comprehensive reports that pinpoint accessibility issues, with actionable recommendations for resolving them.
  • Improved Compliance: Ensure your applications adhere to critical accessibility guidelines like WCAG 2.2 AA or previous versions: WCAG 2.0 A, WCAG 2.0 AA, WCAG 2.1 A, WCAG 2.1 AA, WCAG 2.1 AAA, and WCAG 2.2 A, helping you avoid legal risks and create a better experience for all users.

How to Use:

  • For Selenium Users: To start accessibility testing with Selenium, you have to pass "accessibility", true capability in your test files.

📕 Check out our detailed guide on executing your accessibility tests using Selenium on HyperExecute.

  • For Cypress Users: To start accessibility testing with Cypress, you have to pass accessibility: true capability in the cypressOps flag of your YAML file as well as update other necessary configurations in your project.

📕 Follow our step-by-step documentation to set up and run accessibility checks in Cypress v10 or Cypress v9 on HyperExecute.

Start Testing

Automate Accessibility Tests With Cypress

We’ve introduced Cypress support for accessibility automation, allowing you to integrate accessibility tests seamlessly into your Cypress test suites. You can now automate checks for issues like color contrast and missing ARIA attributes, helping to ensure your web applications are more accessible and compliant with standards.

Additionally, you can run these tests across various browsers and devices on the LambdaTest platform, making it easier to identify and address accessibility issues. 

Bonus addition: Besides this update, you can also automate tests using the latest Selenium version, 4.23.

Start Testing

Meet KaneAI - World-First End-to-End Software Testing Agent

Hey there👋 

Introducing KaneAI, our first end-to-end software testing assistant that’s here to make your testing life a lot easier. Built from the ground up for high-speed quality engineering teams, KaneAI comes packed with industry-first AI features for test authoring, management, and debugging. 🤖

With KaneAI, you can create automated tests, debug them and even evolve test cases by using natural language. 

What KaneAI Brings to the Table  

  • Intelligent Test Generation: Create and evolve your tests simply by typing what you want in plain language.
  • AI-Powered Test Planning: Generate and automate test steps based on your objectives.
  • Multi-Language Code Exporting: Export your automated tests into any language or framework.
  • Complex Testing Made Simple: Describe even the most complex conditions and assertions in natural language.
  • Show-Me Mode: Convert your actions into easy-to-understand instructions and create robust tests.
  • 2-Way Test Editing: Keep everything in sync with KaneAI while you’re editing in code or natural language.
  • Version Control: Keep track of every change in your tests with smart versioning.
  • Auto Bug Detection and Healing: Spot and fix bugs during test runs.
  • Reproduce Bugs: Easily interact, edit, or delete the test step to solve the issue in case something goes wrong.
  • Seamless Collaboration: Start automation from Slack, Jira, or GitHub. Just tag KaneAI, and you're good to go.

To come out with a bang, we are currently offering KaneAI with limited access. Get early access by joining our private beta and be among the first to experience its groundbreaking features.

  Signup for Private Beta 

Test Your Flutter Apps on iOS

LambdaTest App Automation now lets you test Flutter apps on iOS devices. You can run your Flutter tests with Dart on real iOS devices in the cloud, making it easier to ensure your app works as intended across different iOS versions and devices.

With access to various iOS devices through LambdaTest, you can thoroughly test your Flutter apps without worrying about managing physical devices. This support helps you find and fix issues faster, boosting the quality and performance of your Flutter apps on iOS.

Start Testing

Show Previous EntriesShow Previous Entries