I am using cypress-testrail-accumulative-reporter in my cypress automation project for testrail integration. I am executing the automation with 2 parallel thread against browserstack. Problem i am facing is that it is creating two testruns with all test cases and mark few of them pass and few of them are untested in each test run. I want it should create only one testrun for each execution with any number of parallel threads. Can some one have solution for the same.
cypress-testrail-accumulative-reporter is generating the multiple test run as per the number of parallel threads
253 views Asked by Naresh At
1
There are 1 answers
Related Questions in AUTOMATION
- Applescript To Select Sound Output stops at opening Sound Preferences Screen
- I am automating web scraping using python
- Autofill data from previous cell to next cell in openpyxl
- In spotfire, IronPython script: No Module named Selenium
- Python selenium automation browser
- Specflow defination not showing references
- Expect: Any way to match a specific rule only once?
- Automate the update of a pivot table in Excel via Power Automate Web
- Encountering a problem to interact with a weird button which is a combobox (select)
- Unable to Login through Automation(Cypress) to app, while the credentails are true. It allows manual login but unable to login through Cypress
- Selecting an option in the mobile app drop down which is not visible when the app is loaded for the first time
- Unable to launch WebDriverAgent
- How do I automate a video download with Selenium and Python (Meta Quest Store Trailer Download)
- Error: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure
- Trouble uploading with playwright
Related Questions in CYPRESS
- Unable to Login through Automation(Cypress) to app, while the credentails are true. It allows manual login but unable to login through Cypress
- Running Test in Azure failed at Cypress: "The plugins file is missing or invalid"
- How do I confirm a javascript prompt in Cypress?
- Cypress e2e tests crashing with Monaco Editor for React
- How can I break the for loop within the then block?
- E2E testing best practice use of data attributes
- xpath in cypress could not use a click acitivity?
- How to handle hidden elements in Cypress with if statement?
- Cypress runner does not start when In run npx cypress open command from within Visual studio Code terminal
- Handle cypress new tab with typescript
- How to create a function on reordering the project views using Cypress automation
- Fast package rebuilding inside cypress
- How to wait for images to load before taking a Percy snapshot?
- if-else containing a cy.get as an condition
- How to wait until all images have loaded before running Cypress test?
Related Questions in BROWSERSTACK
- Jenkins Code as Configuration (jcasc) and browserstack credential creates credential but blocks casc reload
- Can I use selenium grid instead of browserstack
- Implementing Parallel Execution with Different Users Using WDIO and Appium
- Example buildspec.yml for browserstack-sdk
- How to Exclude Specific Hosts from Network Logs in BrowserStack?
- Cannot run test suite on M1 machine
- Why does HTTP request to remote WebDriver server time out after 60 s despite commandTimeout of 120 s?
- Single browserstack session for all BDD scenarios
- Is it possible to rename tests in BrowserStack based on the name of the scenarios specified in gherkin?
- How to trigger a browserstack build from Gitlab pipeline, and get result- pass/fail
- For automating a desktop eCommerce site running on mobile device as a mobileweb app, is Playwright a reasonable choice?
- Why my .app file (which will use for testing the app in simulator) in mac is coming with disable icon?
- How do you handle iOS 'Ask app not to track' popup in Browserstack?
- How to perform a Tap using Appium 2.0 C#
- Automated OTT and Mobile Network Traffic Capture
Related Questions in TESTRAIL
- How to extract the "Automation creation status" and "Automation Required status" count from all the test cases of project from Test Rail
- TestRail API call add_case, is not accepting my JSON -> error "invalid JSON parameter"
- Problems while adding a TestRail result with an attachment
- Test Rail Exporting Images
- getcases for specified testruns in a testplan
- How to send an image to a Testrun in Testrail using Multipart POST call in JAVA?
- Is it possible to push test steps from Testrail into the repro steps of a bug in Azure DevOps?
- Testrail: Can I use the test run configuration values within a test case so that they are available within the test execution?
- Unable to retrieve AllocationId attribute for AWS::EC2::EIP, with error message Address '34.215.102.177' not found
- Why are my TestRail test case ID's so high (e.g. over C14000) when we only have 1300 tests?
- How to add a testrail report to Confluence
- How to add test result from unittest to testrail?
- Using TestRail .Net bindings with Test Complete CLR Bridge getting could not create SSL/TLS secure connection error
- How to resolve Upload to TestRail failed due to a network error
- One Testrail test case Id linked to more than one test suites
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
We updated suits in Test rail to match each run. Didn't find any other solution.