Remark: All '.properties' file corresponding to a target file must contain on the first line a shebang. (Example for a database target the shebang is: #!db)
Category-name: http
What: The http target represents a basic http endpoint.
Configuration: A simple .properties file dropped in the 'targets' directory of your test project. The file must contain EXACTLY 'squashtest.ta.endpoint.url'. It must also include special sequence on the very first line: '#!http'. Such thing is commonly named a shebang.
Example : valid configuration file
#!http
squashtest.ta.http.endpoint.url = http://www.google.com/pacman/