Questions tagged [testim.io]

[Testim.io](https://www.testim.io/) provides self-healing end to end AI stabilized tests with record+playback functionality.

Provides a fast way to author resilient end-to-end tests, your way—in code, codeless, or both.

Here are:

Note this tag is not about the open-source Testim Root Cause

13 questions
3
votes
2 answers

How is Testim.io different from Selenium?

Testim.io is an automated testing platform. How is it different from Selenium?
2
votes
2 answers

Running Testim CLI in Github Actions

I'm in the process of evaluating Testim.io (Tests automation framework). They provide a CLI for running tests in a CI environment but do not support Github Actions. I've been trying to run it anyway, using the local option (which spins up a local…
AranS
  • 1,871
  • 10
  • 22
2
votes
1 answer

How to publish Junit report folder in Jenkins UI

I am trying to run Testim tests with Jenkins. For which i have created a Jenkins Pipeline job. I am able to run it successfully but not able to publish a report. I am trying to publish junit report, for that i am using following build command node…
Devleena
  • 453
  • 9
  • 25
2
votes
1 answer

Codeship with Testim.io - Am I testing my latest version?

Sorry for the dumb question but I could not find an answer for that. Codeship + Testim.io + Heroku. In my Staging env - I use Testim.io to test the app once it deployed. The following tutorial is guiding me how to invoke my tests - but I see the…
chenop
  • 4,743
  • 4
  • 41
  • 65
1
vote
1 answer

How to add custom message in chrome infobar?

I used to think that this was not possible but I recently saw that Testim has an extension that does this. Core aim: Add a message in the page which doesn't interfere with the DOM/CSS of the existing page. Chrome/Chromium injects "The browser is…
0
votes
1 answer

Importing Testim Junit xml to Xray failed with message Error creating issues in Jira

I'm trying to import JUnit XML generated through Testim with Jenkins and received following error. Starting XRAY: Results Import Task... ########################################################## #### Xray is importing the execution results …
Nipuna Madusanka
  • 194
  • 2
  • 11
0
votes
0 answers

Running tests using selenium standalone server failing with error in AbstractHttpCommandCodec class

I am running a test in Selenium grid from my docker which is written in Testim (using testimony-cli) and getting the below error: 23:22:57.146 WARN [SeleniumSpanExporter$1.lambda$export$1] - Unable to execute request: POST…
0
votes
0 answers

How to close the browser in Tricentis Testim?

I'm a fresher in Testim.io, I need to close the browser at the end of my tests. In the official documentation I haven't found it. Anyone knows how to do it? thank you!
0
votes
0 answers

How to persist session in testim platform for all test cases?

Is there a way to persist session across test cases while writing automation in testim.io? For example, I have a screen where a logo comes up, and a search bar comes below it. This page can only be accessed after login. I am considering only 2 test…
Neha Choudhary
  • 4,840
  • 2
  • 16
  • 22
0
votes
0 answers

How can I add arguments with values from a variable to command line?

I'm trying to run Testim job in Gitlab CI with some hardcoded arguments and some arguments taken from Gitlab CI pipeline's UI. Testim runner requires multiple labels should be passed each in a separate argument: --label "Label1" --label "Label…
miric
  • 53
  • 10
0
votes
1 answer

How to use variables in Jenkins Build command

I am trying to run Testim via Jenkins. I am using windows batch command for run it testim --host localhost --port 4444 --mode selenium --token "xxxxxxxxx" --project "xxxxxxxxxx" --params-file ".\testdata.js" --name=%test1% --name=%test2% Here i am…
Devleena
  • 453
  • 9
  • 25
0
votes
1 answer

Javascript - Streaming a recorded audio as microphone input

I'm working on automated tests through Testim. Part of my test requires playing/streaming a recorded audio through the microphone so the other side hears it. This is not supported in Testim tool, however I'm wondering if I can perform the same…
0
votes
0 answers

proc.StandardOutput.ReadToEnd() doesn't split the lines

Can you please help me with understanding where is my mistake by running the code? I expect to revive output string from CMD shell from C# built app and im getting all in one string without separating lines. I'm running CLI for automated…
user3193813
  • 147
  • 1
  • 1
  • 8