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

Skeleton dir for integration and UI tests #28602

Closed
phil-davis opened this issue Aug 7, 2017 · 2 comments
Closed

Skeleton dir for integration and UI tests #28602

phil-davis opened this issue Aug 7, 2017 · 2 comments
Assignees

Comments

@phil-davis
Copy link
Contributor

Steps to reproduce

  1. Set skeletondirectory in config.php ready to run UI tests, like:
'skeletondirectory' => '/home/phil/core/tests/ui/skeleton'
  1. Run some UI tests - good
  2. Now run some integration tests

Expected behaviour

skeletondirectory should not be messed up by integration or UI tests

Actual behaviour

  1. integration tests set skeletondirectory to the value needed, but do not put back the previous value on the way out
  2. UI tests expect the developer/tester to manually set the value of skeletondirectory before running the tests - that is also annoying

Server configuration

test VM with current master as of 2017-08-07 (now)

@individual-it
Copy link
Member

should be fixed by #28603
and backported to stable10 #28610

closing?

@lock
Copy link

lock bot commented Aug 1, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 1, 2019
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

3 participants