以下は、別のシナリオでシナリオを実行したい例です。これを行う方法はありますか?
Scenario: scenario-A
Create an object obj-A
Read 'key1' from the object obj-A
Scenario: scenario-B
Step1: Create an object obj-B
Step2: Read 'key2' from obj-B
Step3: # I want to execute scenario-A here. This gives me value of 'key-1'
Step4: Perform an operation using 'key1' and 'key2'