Skip to content
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

Provide common way for app acceptance tests to find their location relative to core #34367

Closed
4 tasks done
phil-davis opened this issue Feb 4, 2019 · 3 comments
Closed
4 tasks done

Comments

@phil-davis
Copy link
Contributor

phil-davis commented Feb 4, 2019

Some core acceptance test helper code or test step code needs to know a relative path from the core tests/acceptance folder to some data file that the test needs to upload or compare with or...

If a system-under-test (e.g. in a developer environment or...) has an app-under-test installed in an alternate apps folder - e.g. in apps-external - then the app test code needs to be able to give a relative path to its tests/acceptance folder. The app cannot just hardcode:
../../apps/guests/tests/acceptance

because it might be something like:
../../apps-external/guests/tests/acceptance

@ownclouders
Copy link
Contributor

GitMate.io thinks possibly related issues are #22485 (test), #22492 (test), #31579 (test), #32804 (Refactor acceptance test methods for accessing testing app), and #32806 (Refactor acceptance test methods for accessing testing app).

@phil-davis
Copy link
Contributor Author

core changes are merged.
App changes to be done tomorrow morning after the core QA tarballs are available.

@phil-davis
Copy link
Contributor Author

done

@lock lock bot locked as resolved and limited conversation to collaborators Feb 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants