sakuli icon indicating copy to clipboard operation
sakuli copied to clipboard

Support `testsuite.ui-test.only=true` on native (javascript) execution

Open barcoo-hb opened this issue 7 years ago • 1 comments

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?

barcoo-hb avatar May 14 '18 09:05 barcoo-hb

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.

toschneck avatar May 24 '18 11:05 toschneck