qaf-cucumber - can not reference data from CSV data provider in BDD2 scenario outline
问题 Context I want to use qaf-cucumber to take advantage of QAF features while still using Cucumber with JUnit . Mainly, I need QAF for its data provider feature, allowing to externalize scenario examples in .csv in order to use them across several scenarios and features. Junit : 4.12 Cucumber : 5.0.0-RC2 QAF : 2.1.15 qaf-cucumber : 2.1.15-beta-3 (most recent version, as there is no release yet) Problem When using the QAF tag @dataFile above a scenario to specify the location of the .csv: I get