This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271738 - Ability to export test specification into XML
Summary: Ability to export test specification into XML
Status: RESOLVED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Synergy (show other bugs)
Version: Dev
Hardware: PC Linux
: P1 normal (vote)
Assignee: Vladimir Riha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-31 16:57 UTC by Jiri Kovalsky
Modified: 2017-12-06 11:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2017-10-31 16:57:02 UTC
Now that Synergy can import test specifications in XML format it would be great if also export is supported. In the first iteration it would be enough if just the text is included. In the future maybe ZIP can be exported containing both XML and images. Versioning history can be lost I suppose.

Can you please estimate how much time this would require?
Comment 1 Jiri Kovalsky 2017-12-06 11:36:19 UTC
Done in https://github.com/ladariha/synergyimport
Usage: node index.js --src=http://<your.server.com>/synergy/client/app/#/specification/164 --dst=/home/<your_user>/EditorSpecification.xml --action=export