owncloud / data_exporter

Export/Import for ownCloud user data
GNU General Public License v2.0
7 stars 5 forks source link

Add more acceptance test scenarios #148

Closed phil-davis closed 4 years ago

phil-davis commented 4 years ago

Now that issue #138 has been sorted out, we can proceed to add more acceptance test scenarios for export and import.

e.g. see #145 comments that has an example of creating a user with stuff in the trashbin and exporting that. We can do that sort of thing, and have checks to confirm what is correctly in the export...

Add more combinations of scenarios for files/folders and unusual file/folder/user names...

Add scenarios for whatever else is currently supported by export/import (user/group shares, public link shares, tags, comments, favorites... - what is supported?)

phil-davis commented 4 years ago

@HariBhandari07 this might be a good job for new people to get experience with writing new features/scenarios, using existing core steps, and also having to write new step code. It is not really urgent.

phil-davis commented 4 years ago

Done in linked PRs