
AI Test Engineer by BlinqIO
Playwright code + self-healing tests w/ no vendor lock-in
449 followers
Playwright code + self-healing tests w/ no vendor lock-in
449 followers
BlinqIO’s AI Test Engineer builds and maintains Playwright automation in minutes - generating real code in your repo, integrating with CI/CD, and self-healing when your app changes. No lock-in, just faster, stable, zero-touch testing.










Congrats on the launch! Does your AI also handle complex actions such as drag-and-drop, multi-factor authentication, or popups?
@sohan_patil BlinqIO generates real Playwright code, so support for advanced interactions ultimately comes from what Playwright can perform. The AI handles standard UI flows out of the box, while more complex scenarios like drag-and-drop, MFA, or special popups can be managed by extending or editing the generated Playwright code directly. This keeps you in control and avoids black-box limitations, especially for security workflows or non-standard UI elements.
AI Test Engineer by BlinqIO
@sohan_patil Yes! here is the documentation: https://www.docs.blinq.io/test-data/automate-totp.html#automate-totp-2-factor-authentication-with-blinqio
Documentation.AI
Congrats on launching!! Can teams realistically go from zero tests to CI-ready suites in under 2 minutes?
AI Test Engineer by BlinqIO
Earth.fm
AI Test Engineer by BlinqIO
@1mirul If your Playwright scripts are in JavaScript, then yes! There is a migration path to import them into BlinqIO and extend them.
Alai
Do you see AI eventually discovering test cases automatically based on how users interact with the product?
AI Test Engineer by BlinqIO
Nas.com
What happens when Playwright locators change... does self-healing really handle it automatically?
AI Test Engineer by BlinqIO
Can you still tweak the generated code or is it a black box? BTW, you're top 5 on the leaderboard today :D
AI Test Engineer by BlinqIO
@himani_sah1 Thanks! The AI Test Engineer commits the code to your own Git repository (GitHub/BitBucket/GitLab), so you have full access to the code! You can tweak or change this code easily right within your BlinqIO project, and you can even chat with the AI Test Engineer to make the code changes for you!
Our customers use the AI Code chat to implement complex steps like
Connecting to a DB, getting data, and using that to fill inputs in the UI or assertions.
Opening Excel files, reading them, and using them in tests.
Generating test data with a specific logic
and more!
Lancepilot
AI Test Engineer by BlinqIO
@priyankamandal , it depends on the test step name generated during test creation.
Let me take an example:
Original test step:
User accepts terms and conditions and logs in with "<username>" and "<password>"
Actions: Check the terms checkbox, enter username, enter password, click Login
In the above case, if the:
Accept terms checkbox was fully removed: AI is intelligent enough to understand it's no longer required for the step scope and removes the line of code, and continues logging in as usual
Login button was renamed to Sign in: AI understands it's a name change and updates the locators accordingly and logs in
A new mandatory input was added, example: CustomerID: Since the input is mandatory, the AI cannot skip it, but it also doesn't have enough info to fill the input. In this case, the AI Recovery will fail, and the failure reason will be highlighted as insufficient data to fill the CustomerID input
As you can see, the AI Test Engineer is intelligent enough to understand the scope of the step and recover the failure accordingly!