question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot turn off auto-retry plugin via config file

See original GitHub issue

What are you trying to achieve?

disable auto-retry plugin: https://codecept.io/basics/#auto-retry

I see it is set globally since 2.4, I am using: 2.4.3

And this is part of my config:

 plugins: {
    ...,
    retryFailedStep: {
      enabled: false
    },
  }

What do you get instead?

verbose log:

    [1] Retrying... Attempt #2
    [1] Retrying... Attempt #3
    [1] Retrying... Attempt #4
    [1] Retrying... Attempt #5
    [1] Retrying... Attempt #6
    [1] Error | Error: Text "testtesttest" was not found on page after 1 sec
waiting for function failed: timeout 1000ms exceeded

what I have in test:

await I.waitForText('testtesttest', 1);

@DavertMik is there a possibility to turn off auto-retry plugin globally for a project?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Vorobeykocommented, Feb 2, 2020

@grzegorzprzybylo Hi! Thank you for issue! I check this moment today)

0reactions
armandsz22commented, Dec 5, 2021

Hi, I am using resemble helper. Same issue. image image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot turn off auto-retry plugin via config file #2175 - GitHub
what I have in test: await I.waitForText('testtesttest', 1);. @DavertMik is there a possibility to turn off auto-retry plugin globally for a ...
Read more >
Auto-retry - Terragrunt
To disable auto-retry , use the --terragrunt-no-auto-retry command line option or set the TERRAGRUNT_AUTO_RETRY environment variable to false .
Read more >
Scheduling and Retries - Fluent Bit: Official Manual
Configuring Wait Time for Retry. The Scheduler provides two configuration options called scheduler. cap and scheduler.
Read more >
Test Retries - Cypress Documentation
The example below shows how to delete the recorded video for specs that had no retry attempts or failures when using Cypress test...
Read more >
plugin-cfg.xml file - IBM
The plugin-cfg.xml file contains configuration information that determines how the web server plug-in forwards requests.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found