Skip to content

Commit fe75d2c

Browse files
committed
fix: enable keywords for listener tests
1 parent b70c8b3 commit fe75d2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ test.browser:
2424
test.selenium.listener:
2525
source .venv/bin/activate && \
2626
export WOPEE_DRIVER_LIBRARY=SeleniumLibrary && \
27+
export WOPEE_TRACKED_KEYWORDS="SeleniumLibrary.Click Link;SeleniumLibrary.Click Button;BuiltIn.Log;" && \
2728
robot -d reports --listener 'wopee_rf.Listener:--dot_env_path:.env' tests/selenium_listener.robot
2829

2930

3031
test.browser.listener:
3132
source .venv/bin/activate && \
3233
export WOPEE_DRIVER_LIBRARY=BrowserLibrary && \
34+
export WOPEE_TRACKED_KEYWORDS="Browser.Click;BuiltIn.Log;" && \
3335
robot -d reports --listener 'wopee_rf.Listener:--dot_env_path:.env' tests/browser_listener.robot
3436

3537
clean:

0 commit comments

Comments
 (0)