-
Updated
Mar 13, 2022 - JavaScript
bdd
Here are 1,388 public repositories matching this topic...
-
Updated
Mar 7, 2022 - JavaScript
-
Updated
Mar 1, 2022 - JavaScript
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
-
Updated
Mar 13, 2022 - Java
-
Updated
Mar 14, 2022 - Go
-
Updated
Mar 14, 2022 - PHP
-
Updated
Mar 7, 2022 - Swift
-
Updated
Jan 31, 2022 - PHP
-
Updated
Feb 23, 2022 - Go
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Mar 14, 2022 - C#
-
Updated
Dec 29, 2020 - Python
-
Updated
Mar 14, 2022 - Python
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Mar 11, 2022 - C++
-
Updated
Mar 7, 2022
-
Updated
Mar 14, 2022 - TypeScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Dec 24, 2021 - Gherkin
Improve this page
Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bdd topic, visit your repo's landing page and select "manage topics."


Describe the bug
When compiler flags are such that __FILE__ macro is replaced with a relative file path (on MSVC no /Z7, /Zi or /ZI and no /FC) then it might be replaced with just a filename with no path separators. In this case tags for tests with --filenames-as-tags do not contain '#' symbol.
The bug is present in the 2.x branch, but not in the main branch where the relevant code has