Skip to content
#

bdd

Here are 1,418 public repositories matching this topic...

MoreFamed
MoreFamed commented Aug 26, 2021

Hi, I came across strange behaviour of RF regarding embedded arguments. I have keyword

Perform ${arg:[^ ]+}
    Log To Console  ${arg}

In other words, the argument cannot contain any space. Then, Perform abcd passes, as it contains no space. Perform ab cd fails with No keyword with name 'Perform ab cd' found, since it does contain a space. So far so good. But when I set the valu

johlju
johlju commented Apr 26, 2022

Summary of the feature request

As a contributor or maintainer of a project I'd like to be able to help other contributors to correctly mock functions by failing a test if a mock does not exist. This would be very useful in situations when there are very complex scripts that handle a lot of scenarios and using a lot of external helper functions.

The ask would be to add a new parameter to `Mo

Improve this page

Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bdd topic, visit your repo's landing page and select "manage topics."

Learn more