Ticket #421 (closed feature: fixed)
Allow easy import/export of testing settings
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | ||
| Component: | Keywords: | ||
| Cc: | zach, pablo | Forum thread: |
Description
If you're keeping track of ideas that might be useful for the testing suite, I have one - I think it would be useful if the page could export a complete XML config of the current state, which could then be loaded in. That way, if you've come up with a complicated test config that you want to show someone else, you can save the state and send it to them.
You can currently print out the contents of the player config, but there's no way to load it back into the test platform.
Change History
comment:4 Changed 3 years ago by jeroen
- Cc zach, pablo added
Importing custom querystring params is now possible in the testing suite. For example:
http://developer.longtailvideo.com/trac/testing/?example=2&screencolor=330000&autostart=true
I'm now also looking at loading the player forms (playback/properties/colors) with an XML file, just like the plugins can be loaded with an XML file. That way it's possible to distinct between player 4 and player 5 with a single testing suite.
