Skip to content

Integration tests fails with error: Resource file '../auth.steps.robot' does not exist #1593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
php-coder opened this issue Sep 6, 2022 · 1 comment

Comments

@php-coder
Copy link
Owner

[ ERROR ] Error in file '/home/travis/build/php-coder/mystamps/src/test/robotframework/site/main-page/misc-admin.robot' on line 4: Resource file '../auth.steps.robot' does not exist.
FFFFFFF[ ERROR ] Error in file '/home/travis/build/php-coder/mystamps/src/test/robotframework/site/main-page/misc-user.robot' on line 4: Resource file '../auth.steps.robot' does not exist.
FFFFFFF.........................
------------------------------------------------------------------------------
FAIL: Robotframework.Series.Add-Price.Logic.Add a price by a catalog
Element locator 'id:price-catalog-name' did not match any elements.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-Admin.Admin should see a link to a page for importing a series
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-Admin.Admin should see a link to a list of import requests
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-Admin.Admin should see a link for adding series
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-Admin.Admin should see a link for adding countries
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-Admin.Admin should see a link for listing countries
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-Admin.Admin should see a link for adding categories
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-Admin.Admin should see a link for listing categories
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-User.User should not see a link to a page for importing a series
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-User.User should not see a link to a list of import requests
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-User.User should see a link for adding series
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-User.User should see a link for adding countries
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-User.User should see a link for listing countries
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-User.User should see a link for adding categories
Parent suite setup failed:
No keyword with name 'Log In As' found.
------------------------------------------------------------------------------
FAIL: Robotframework.Site.Main-Page.Misc-User.User should see a link for listing categories
Parent suite setup failed:
No keyword with name 'Log In As' found.
==============================================================================
Run suite 'Robotframework' with 213 tests in 3 minutes 180 milliseconds.

FAILED
212 critical tests, 197 passed, 15 failed
213 tests total, 198 passed, 15 failed

A full log: https://app.travis-ci.com/github/php-coder/mystamps/jobs/581905946

@php-coder
Copy link
Owner Author

Regression from the commit bddbae5 where these files have been moved to a sub-directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant