joao-carloto / FireRobot

Firefox extension for Robot Framework/Selenium.
Other
28 stars 6 forks source link

Make saving files safer (for files edited elsewhere) #43

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

The main use case for FR would be creating new test scripts, exporting them in the form of keywords and then integrate those resources in a test project managed elsewhere (RIDE, InteliJ, etc). However, the Load and Save buttons only assume the existence of 3 types of sections: Settings, Variables and Test Cases. When loading and saving a file, any other section will be discarded. This brings the danger of eliminating information added elsewhere (e.g. a Keywords section in the same file).

joao-carloto commented 9 years ago

Tables other than the standard Settings, Variables, Test Cases and "Keywords* will not be loaded but will be preserver when overwriting a file.