ConSol / sakuli

Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
http://www.sakuli.org
118 stars 29 forks source link

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

Open barcoo-hb opened 6 years ago

barcoo-hb commented 6 years ago

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?

toschneck commented 6 years ago

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.