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

Only sync required test suite on start + Only sync _logs back at the end #74

Closed
5 tasks done
svettwer opened this issue Oct 5, 2020 · 1 comment
Closed
5 tasks done
Assignees

Comments

@svettwer
Copy link
Contributor

svettwer commented Oct 5, 2020

Currently, the complete test project is synced back to the mounted volume after test execution. This causes a change in file permissions for the whole project. This should be avoided by just syncing _logs folders back.

Acceptance criteria:

  • Only sync _logs folder back to volume after test execution
  • Ensure _logs folder structure privileges are 755
  • Ensure permissions of other files are not affected
  • Don't sync screenshots at start (logs have to be synced to be appended)
  • Only sync the test suite to be executed at start and not all other test suites in the project as they are not relevant
@svettwer svettwer self-assigned this Oct 16, 2020
@svettwer
Copy link
Contributor Author

I'd like to not only limit the amount of sync at the end of the test execution, but also the limit of sync at the beginning like:

  • Don't sync screenshots (logs have to be synced to be appended)
  • Only sync the test suite to be executed and not all other test suites in the project as they are not relevant

@svettwer svettwer changed the title After test execution: Only sync _logs back Only sync required test suite on start + Only sync _logs back at the end Oct 22, 2020
svettwer added a commit that referenced this issue Oct 22, 2020
svettwer added a commit that referenced this issue Oct 22, 2020
svettwer added a commit that referenced this issue Oct 23, 2020
svettwer added a commit that referenced this issue Oct 23, 2020
@svettwer svettwer closed this as completed Nov 2, 2020
svettwer added a commit that referenced this issue Nov 9, 2020
svettwer added a commit that referenced this issue Nov 9, 2020
svettwer added a commit that referenced this issue Nov 9, 2020
svettwer added a commit that referenced this issue Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant