Seems like the latest version of the starter kit has broken the ability to use scenario outlines. This error is thrown no matter what data format is used:
▀ ▀ ▀ END STEP: And I select "Bank or Invest Login" from list id "account" ▀ ▀ ▀
[{username}]
[XP 10]: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
[XP 10]: Executing screenshot parameters: {}
at .Then I enter "${username}" to "username.ally.textbox"(src/main/resources/scenarios/Responsive.feature:9)
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at com.quantum.listeners.QuantumReportiumListener.getProcessStepDescription(QuantumReportiumListener.java:326)
These are the versions of the components in my POM file:
Opened new ticket for this under main Quantum project: https://github.com/Project-Quantum/Quantum/issues/47
Seems like the latest version of the starter kit has broken the ability to use scenario outlines. This error is thrown no matter what data format is used:
▀ ▀ ▀ END STEP: And I select "Bank or Invest Login" from list id "account" ▀ ▀ ▀ [{username}] [XP 10]: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 [XP 10]: Executing screenshot parameters: {}
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
These are the versions of the components in my POM file: