katalon-studio / katalon-recorder

Apache License 2.0
315 stars 141 forks source link

fix: files are now saved with the .html extension #45

Closed olenitsj closed 4 years ago

olenitsj commented 4 years ago

The test suites were saved as .txt while the test-suite open functionality expects a .html file. Therefore the saved(.txt) file could not be re-opened. This issue has been solved by setting the content type to text/html instead of text/plain.

This PR solves #44 Original save windows: image

New save window:

image