Dinuka Perera
QA lead at a logistics shop.
Member · 412 reputation · here since 8 Sept 2020
Asked (5)
Coming from Selenium PageFactory — what replaces @FindBy and initElements?
We have a Java suite, maybe 300 tests, built the way everyone built them: a BasePage holding the driver and the waits, @FindBy(xpath = "//div[@class='cart']//button") fields, and…
asked by Dinuka Perera412 ·Is there a way to see what the install script will do before it does it?
Our security team will not let anyone pipe a URL into a shell on a company laptop, and honestly I agree with them. I want to install SDODS but I need to be able to show someone…
asked by Dinuka Perera412 ·DATASET_NOT_FOUND says my dataset is not declared, but the CSV is right there
Trying to drive the login scenarios from a CSV instead of an Examples table. The file is at projects/demo-shop/data/common/users.csv and previewing it works: Six rows, columns…
asked by Dinuka Perera412 ·sdods run -l api finished in under two seconds — did it actually run anything?
I pointed the CLI at staging and asked for the API layer only: It printed nine passing scenarios and was finished before I had read the command back. No browser window, no window…
asked by Dinuka Perera412 ·Unresolved variable ${API_TOKEN} at "env.api.auth.token" — where is it supposed to look?
Added bearer auth to the staging environment file: Then: It dies before a single request goes out: The value is in a file next to the project yaml called env.staging. What am I…
asked by Dinuka Perera412 ·
Answered (1)
Where does a run actually write its files? I cannot find the report
First real run finished and the console printed the totals, but I have no idea where anything landed. I was expecting a reports/ folder next to features/. There is a .sdods…
asked by Hsu Wei-lin15,230 ·