You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
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 itstests/acceptance
folder. The app cannot just hardcode:../../apps/guests/tests/acceptance
because it might be something like:
../../apps-external/guests/tests/acceptance
The text was updated successfully, but these errors were encountered: