Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 796 Bytes

cucumber_support.md

File metadata and controls

17 lines (15 loc) · 796 Bytes

Cucumber support

Firebase test lab and Flank do not support Cucumber. However, you could run these tests.

  • To make them work properly please disable sharding using .yml options:

    flank:
      disable-sharding: true

    or by using command-line option

      --disable-sharding
  • If you would like to use orchestrator please make sure that you are using at least version 1.3.0 of it.

  • Currently, Flank will run Cucumber tests only if there are other Instrumented tests to run in your test apk. In other cases Flank will fast fail with There are no tests to run message.