私は次のようなシナリオの概要を持っています:
Scenario Outline: Create Request Custom Export With XML, Comma Delimited, Tab Delimited
Given a user has entered the following data
| Custom Export | File Format | Vendor |
| Custom Export 1 | <File Format> | 001_TestsVendor_Rp |
When I save
Examples:
| File Format |
| XML |
| Comma Delimited |
| Tab Delimited |
しかし、シナリオを実行すると、シナリオのアウトラインが呼び出されません。しかし、通常のシナリオは正常に実行されています。コードに変更が必要ですか?