konveyor / tackle-test-generator-cli

Apache License 2.0
58 stars 34 forks source link

Testcases failing and skipping once running tkltest-ui command #305

Closed henriquebafilho closed 1 year ago

henriquebafilho commented 2 years ago

Describe the bug

Testcases are failing and skipping once I run the bellow command: tkltest-ui --config-file ./test/ui/data/addressbook/tkltest_ui_config.toml --verbose execute

Attachments

To help us diagnose the failure, please add these attachments to the issue, as appropriate:

crawl5.zip

Environment information

Screenshots

Tackle Test issue

Additional context

Add any other context about the problem here.

henriquebafilho commented 1 year ago

image (1)

rachelt44 commented 1 year ago

@henriquebafilho you should install a chrome driver and add it to the Windows path. See: https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/

We will update the documentation to mention this requirement for test execution.

rachelt44 commented 1 year ago

Documentation updated in PR: https://github.com/konveyor/tackle-test-generator-cli/pull/319