Hi guys.
First of all Great Work! I tried E2E tests in cypress and that was pain for me.
This is next level in setting up (vs selenium). KWs are super easy.
robotframework-browser==1.4.0
However I came across to problem:
I am unable to change timeout for New Page.
Our Ionic page I test loads up to 20s when uncached (dev server is really slow ).
Registration flow | FAIL |
page.goto: Timeout 10000ms exceeded.
=========================== logs ===========================
navigating to "https://acs-edfdev-myeset-app-main.azurewebsites.net/Home", waiting until
"load"
Tried with KWs:
Set Browser Timeout 30s
Set Assertion Timeout 30s
When I try to Import library with arguments, they seem to be ignored:
I tried:
*** Settings ***
Library Browser 30s
and
Library Browser timeout=30s enable_playwright_debug=${False} auto_closing_level=MANUAL retry_assertions_for=30s run_on_failure=${None}
Do you please have any hints how to proceed?