uttesh / pdfngreport

This is the pdf report plugin library written for testng/selenium frameworks, this listener will generate the pdf report on testcases execution, its very simple to configure no need to write any code.
http://uttesh.github.io/pdfngreport/
Other
30 stars 26 forks source link

Enhancement Request: Add Lines below title #7

Closed smitjain87 closed 8 years ago

smitjain87 commented 9 years ago

Hi Uttesh,

In my current project, higher management want the details like device name, os and build version and environment name, so if possible can you please provide a way through which I can enter those details below title.

Like you provide for entering title :pdfreport.title.text same way three more lines for entering details below title

Please help

Thanks & Regards Smit Jain

sunnysachdeva commented 9 years ago

Also the current user who is running the test.

uttesh commented 9 years ago

next release i will add, only build version will be from property other will be from system, i don't manipulation of system details from property file.

On Fri, Jul 3, 2015 at 11:44 AM, sunnysachdeva notifications@github.com wrote:

Also the current user who is running the test.

— Reply to this email directly or view it on GitHub https://github.com/uttesh/pdfngreport/issues/7#issuecomment-118248254.

smitjain87 commented 9 years ago

Hi,

I just need to add three lines to be added device details and other thing I will pass through Property file.you just give the way to add data after Title three lines like: line1:.. line2: line3: in property file

Thanks & Regards Smit Jain 9663310652

uttesh commented 9 years ago

could you please elaborate line1,line2,line3 sample values.

On Fri, Jul 3, 2015 at 12:27 PM, smitjain87 notifications@github.com wrote:

Hi,

I just need to add three lines to be added device details and other thing I will pass through Property file.you just give the way to add data after Title three lines like: line1:.. line2: line3: in property file

Thanks & Regards Smit Jain 9663310652

— Reply to this email directly or view it on GitHub https://github.com/uttesh/pdfngreport/issues/7#issuecomment-118256204.

smitjain87 commented 9 years ago

Like you give a way to enter Title through Properties file using pdfreport.title.text.

Similarly below title I need to enter few details like Device Name & OS version Build name, Environment name and all these details I will enter through Property file so I need 3 input field below title in which I can enter data through Property files similarly like I enter title.

Thanks & Regards Smit Jain

uttesh commented 9 years ago

no need to enter system details. plugin will get those details by code, only build version will be from property file, full details will be in single line.

sample screen shot image 27

smitjain87 commented 9 years ago

Sir actully we are doing mobile Automation testing and we are not using directly selenium so we cant directly enter all the details.

We need to enter manually only through Property files, so I need three lines below title to enter data

uttesh commented 9 years ago

Are you using mobile simulator for testing? in that case i will provide the entry field. i will give that as entry field from property file, but it will be single line as screen shot...i don't want to waste spaces on top bar.

uttesh commented 9 years ago

@smitjain87 implemented the feature and added three line for manual entering data as well. version 2.0.8 Released in maven and updated sample and official link.

@sunnysachdeva added username@hostname details.

auto generated :

code

Manual Entering : manual

Properties setting :

properties

smitjain87 commented 9 years ago

Thank you sir Regards Smit Jain