GithubHelp home page GithubHelp logo

FATAL: Missing suite file for execution, current suite name: 'Test_Designs', current keyword: '${i} IN RANGE [ ${timeout} ]' typ='For' args=[] about red HOT 8 CLOSED

nokia avatar nokia commented on August 14, 2024
FATAL: Missing suite file for execution, current suite name: 'Test_Designs', current keyword: '${i} IN RANGE [ ${timeout} ]' typ='For' args=[]

from red.

Comments (8)

adam-wypych avatar adam-wypych commented on August 14, 2024

Hi,

Can You put an example test suite content, which fails? It is during debug or You just simple try to run it?
Which RED version do You use and RF version?

BR,
-Adam.

from red.

plebcity avatar plebcity commented on August 14, 2024

${timeout} Timestr To Secs ${timeout}
Set timeout ${timeout}
: FOR ${i} IN RANGE ${timeout}
\ ${pass1} ${msg1}= Run Keyword And Ignore Error Wait Until Element Is Visible ${locator} 1
\ ${pass2} ${msg2}= Run Keyword And Ignore Error Is Element Clickable ${locator}
\ ${clickable}= Set Variable If '${pass1}' == 'PASS' and '${pass2}' == 'PASS' ${True} ${False}
\ Run Keyword If ${clickable} Exit For Loop
\ Sleep 1s
\ Exit for loop if timeout
# Take screenshot to show why failed to click element.
Run Keyword Unless ${clickable} Fail msg=Element '${locator}' is not clickable

this is the keyword where it fails in. It only happens when running in debug mode.
I'm using RED version 0.6.5 and Robot Framework version 3.0.

from red.

adam-wypych avatar adam-wypych commented on August 14, 2024

Hi,

Thanks for update, this is bug for ensure.
We found the problem is connected to __init__.* file located inside Your Test_Designs directory with :FOR loop. We will try to fix it ASAP.

Best Regards,
-Adam.

from red.

adam-wypych avatar adam-wypych commented on August 14, 2024

@k0enf0rNL: Can You check if it works with new release 0.6.5?

from red.

adam-wypych avatar adam-wypych commented on August 14, 2024

@k0enf0rNL: Any progress so far?

from red.

plebcity avatar plebcity commented on August 14, 2024

@adam-wypych Seems to be working with the new release 0.6.5. How can I use the debug mode to run the test step by step like the normal eclipse debugger?

from red.

adam-wypych avatar adam-wypych commented on August 14, 2024

@k0enf0rNL Yes you should be able to see, which keyword is executed and in case keyword is not any source code, You will be even able to perform step in. For further information please see: https://github.com/nokia/RED/blob/master/red_help/user_guide/debug.html.md . If something is unclear please inform us. Thanks in advance.

from red.

KrzysztofJozefowicz avatar KrzysztofJozefowicz commented on August 14, 2024

@k0enf0rNL - I will close the issue as you stated that it is working in 0.6.5

from red.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.