Using FireCracker v2.0.6
The default for the 'test-case-as-pt-test-step' option is 'true', which I need to be able to set to 'false' in order to record tests accurately.
If this option is set in the JSON file, e.g. "test-case-as-pt-test-step": false then it has the desired effect and my tests are all imported as single step tests.
However, if I set set the same option on the command line, e.g. --test-case-as-pt-test-step=false then, although I don't receive any syntax error, it has no effect and the tests are imported as test steps rather than individual tests.