Support `testsuite.ui-test.only=true` on native (javascript) execution
testsuite.ui-test.only=true not having any effect?
The setting testsuite.ui-test.only does not seem to have an effect when running a test suite (or I am misunderstanding the concept of that setting).
When running a suite with testsuite.ui-test.only=true specified in testsuite.properties Sakuli still tries to initialize Sahi (setup proxy etc).
I would have expected Sakuli to skip Sahi initialization altogether.
Is this a misunderstanding?
Hi @barcoo-hb, the setting currently only have an effect if you use the java-dsl. If you wan't to wirte a "ui test only" with the javascript syntax take a look at #313 .
I will move the issue to our backlog, that we can implement this in an automatic way.