This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/videos/cucumber_runner_bdd.html
This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/videos/cucumber_runner_bdd.html
How can we run multiple feature files in specific sequence with CucumberRunner class ?
e.g:- if I have 3 feature files (File1.feature, File2.feature, File3.feature)
Then how I can run these files in a following sequence ?
File 1 then File 3 then File 2
Using the latest version of Katalon 6.2 but getting error when running BDD tests from this video github example. how can I fix that so it runs and I can add my own tests.
error when running tests
F4J: The requested version 1.7.16 by your slf4j binding is not compatible with [1.6]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
2019-06-18 14:55:11.754 INFO c.k.k.core.main.WSVerificationExecutor - --------------------
2019-06-18 14:55:11.756 INFO c.k.k.core.main.WSVerificationExecutor - START Verification
2019-06-18 14:55:12.071 INFO c.k.k.c.c.k.CucumberBuiltinKeywords - Starting run keyword runFeatureFile: ‘Include/features/Login.feature’ and extract report to folder: ‘/var/folders/y0/zptd9wd94t1fhklfhhf1r1zc0000gp/T/Katalon/Include/features/Login.feature/20190618_145509/cucumber_report/1560884112066’…
2019-06-18 14:55:12.389 ERROR c.k.k.core.keyword.internal.KeywordMain - Keyword runFeatureFile was failed (Root cause: java.lang.NoClassDefFoundError: Locale
I am also facing issue in run create test suite and run multiple feature file in sequential manner. also not generated clear execution report which can show to client or developer to understand quickly.