AI Agents, Azure OpenAI, SCIM, Bulk User Management
AI Agent: Write Descriptions from Code
We’ve introduced a new AI-powered feature that automatically generates descriptions for automated tests that currently lack them. The AI agent analyzes each test’s code and creates meaningful descriptions to improve readability and documentation across your project.
This significantly reduces the manual effort needed to document existing tests and helps teams quickly understand test coverage without digging into implementation details.
Use cases:
- Improving test documentation at scale: Automatically populate missing descriptions in large test repositories.
- Onboarding new team members: New testers or developers can better understand test purposes without reading through code.
- Maintaining traceability: Well-described tests improve coverage visibility and make it easier to link tests to requirements or defects.
AI Agent: Transform Project to BDD
With this new feature, you can now automatically convert an entire project to BDD using Gherkin syntax. The AI agent analyzes your existing automated tests and creates a new project with the same tests written in the BDD format.
This allows teams to adopt behavior-driven development practices without manually rewriting tests, saving significant time and ensuring consistency.
Use cases:
- Migrating to BDD workflows: Quickly shift to Gherkin-based testing without reauthoring test cases from scratch.
- Improving collaboration with non-technical stakeholders: Make tests more readable and accessible to product owners or business analysts.
- Standardizing test style across teams: Align legacy or mixed-format projects to a single, consistent BDD structure.
Confluence as a Requirement Source
You can now link your Confluence space to a Testomat.io project and use it as a source of requirements. Once connected, the system can analyze your Confluence pages to extract requirement descriptions, assess traceability, identify edge cases, and generate relevant test suites and test cases.
This integration bridges the gap between documentation and test planning, enabling seamless test coverage based on the requirements your teams already maintain.
AI-Powered Chat with Tests
We’ve reintroduced the Chat with Tests feature — an AI-powered assistant that allows you to ask questions about existing tests in your project. The AI analyzes your test repository and responds with insights, summaries, or clarifications based on the actual test content.
This interactive capability makes it easier to explore, understand, and manage large sets of tests without manually browsing through them.
Azure OpenAI Integration
You can now connect your Azure OpenAI account to power AI-driven features in Testomat.io using your own infrastructure. This integration enables your team to leverage advanced AI capabilities while staying compliant with internal security and data policies.
With Azure OpenAI connected, you can continue using Testomat.io's intelligent features, including:
- Generating test descriptions from code
- Suggesting test cases based on requirements
- Analyzing Confluence or Jira content for test coverage
- Explaining automation errors based on test execution data
Use cases:
- Enterprise-grade AI integration: Maintain control over data flow and comply with company-specific cloud policies.
- Secure, scalable AI usage: Run AI-driven features like requirement analysis and test generation through your Azure infrastructure.
- Custom AI behavior: Tailor AI responses and manage usage across teams with Azure monitoring and configuration options.
SCIM Integration (Enterprise)
We’ve added SCIM (System for Cross-domain Identity Management) integration, available for Enterprise clients. SCIM enables automated provisioning and de-provisioning of users and teams by syncing identity data from your identity provider. Now it's available for Okta.
This helps enterprise teams streamline user management, reduce manual work, and maintain secure access control at scale.
Use cases:
- Automated user lifecycle management: Add or remove users in Testomat.io automatically based on changes in your identity provider.
- Simplified onboarding and offboarding: Ensure new team members are assigned to the right projects and roles without manual configuration.
- Improved access governance: Keep your Testomat.io environment compliant and up to date with organizational structure.
Need help setting it up?
Contact our support team to enable SCIM and get assistance with integration.
Bulk User Management
Managing users at scale just got easier. On the Company Members page, you can now select multiple users and apply actions in bulk. This streamlines the process of updating access, roles, or project assignments across large teams.
Benefits:
- Mass role updates: Quickly promote multiple users to QA or downgrade access to Read-only with a single action.
- Efficient project onboarding: Assign multiple users to specific projects without repetitive manual steps.
- Simplified team management: Easily deactivate or reassign users in response to organizational changes.
This feature is especially useful for growing teams or enterprise accounts managing a large user base.
Fixes and Improvements 🛠️
- Published fix for WebdriverIO artifacts - use testomatio reporter 1.6.17 version
- Fixed publishing username when linking test or issues to Linear https://github.com/testomatio/app/issues/1341