From 2a8f5b6f2d59331fbf5b0a52b25ddac952c3f0d9 Mon Sep 17 00:00:00 2001 From: NivNavick Date: Sun, 12 Apr 2015 21:56:12 +0300 Subject: [PATCH 1/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1d4547..d5b4133 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,6 @@ Trxer is an EXE file. Trxer.exe The output will be at the trx folder under the name "file.trx.html" +This is how it looks like + +![alt tag](https://cloud.githubusercontent.com/assets/11910876/7106811/6332ee2a-e157-11e4-94cf-bf3683ca545d.PNG) From 560df5110181971b546c5b531a15bad2988a5c1c Mon Sep 17 00:00:00 2001 From: NivNavick Date: Sun, 12 Apr 2015 22:01:20 +0300 Subject: [PATCH 2/7] Update README.md --- README.md | 54 +++++++++++++++++++++++------------------------------- 1 file changed, 23 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index d5b4133..cae8939 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,38 @@ # Trxer -Transforms trx file into html +

Transforms trx file into html


+Trxer is a new way to view Trx Reports,all you need is a browser
+Trxer website: http://wingsrom.ro/trxer/
-Trxer is a new way to view Trx Reports,all you need is a browser - -Trxer website: http://wingsrom.ro/trxer/ - --NAVIGATE EASILY: - -Trxer so friendly UI will make your life easier,much easier.You can navigate through test classed, +NAVIGATE EASILY
+Trxer so friendly UI will make your life easier,much easier.You can navigate through test classed,
see outputs,messages,stacktrace,test duration and much more. - --READ CLEARLY: - -TRXER html report is eye friendly which means you will understand all you need at one glimpse look. +READ CLEARLY
+TRXER html report is eye friendly which means you will understand all you need at one glimpse look.
No mess,no misunderstood fonts. --FIND PROBLEMS FASTER: - +FIND PROBLEMS FASTER
With our friendly UI, -you can watch stacktraces,outputs and messages so you can determine what's the problem as quickly as lightning. - - --USING GRAPHS +you can watch stacktraces,outputs and messages so you can determine what's the problem as quickly as lightning.
-We draw graphs for you so you can see the status of each test class and the total passed, +USING GRAPHS
+We draw graphs for you so you can see the status of each test class and the total passed,
failed and warnings of all tests which you can download and use later. --COLORS: - -TRXER html report is colorful. -Each color: -*green -*red -*yellow +COLORS +TRXER html report is colorful.
+Each color:
+
    +
  • green
  • +
  • red
  • +
  • yellow
  • +

indicate test status and tells you whether test passed,failed or got warned during run. --Usage: - -Trxer is an EXE file. -Trxer.exe -The output will be at the trx folder under the name "file.trx.html" +Usage
+Trxer is an EXE file.
+Trxer.exe
+The output will be at the trx folder under the name "file.trx.html"
This is how it looks like From 86ed5a64970be4ab51e04af00b1657a7bea7dc34 Mon Sep 17 00:00:00 2001 From: NivNavick Date: Sun, 12 Apr 2015 22:04:58 +0300 Subject: [PATCH 3/7] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cae8939..40fac6b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ No mess,no misunderstood fonts. With our friendly UI, you can watch stacktraces,outputs and messages so you can determine what's the problem as quickly as lightning.
-USING GRAPHS
+USING GRAPHS
We draw graphs for you so you can see the status of each test class and the total passed,
failed and warnings of all tests which you can download and use later. @@ -26,9 +26,13 @@ Each color:
  • green
  • red
  • yellow
  • -
    + indicate test status and tells you whether test passed,failed or got warned during run. +Supporting Versions
    +TRXER supports visual studio 2010 and higher (xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010")
    +but can easily supports lower versions by lowering the '2010' year to whatever you like. + Usage
    Trxer is an EXE file.
    Trxer.exe
    From f23845a8aedec878447e92bd8a7b4f0049ee0139 Mon Sep 17 00:00:00 2001 From: NivNavick Date: Tue, 14 Apr 2015 08:51:42 +0300 Subject: [PATCH 4/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40fac6b..0c0901d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Trxer is an EXE file.
    Trxer.exe
    The output will be at the trx folder under the name "file.trx.html"
    +```bash +TrxerConsole.exe +``` + This is how it looks like ![alt tag](https://cloud.githubusercontent.com/assets/11910876/7106811/6332ee2a-e157-11e4-94cf-bf3683ca545d.PNG) From ea0046fde671b6138d452fbcc3e459830ac11396 Mon Sep 17 00:00:00 2001 From: NivNavick Date: Thu, 16 Apr 2015 22:18:55 +0300 Subject: [PATCH 5/7] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 0c0901d..8d2e0b2 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,22 @@ Each color:
    indicate test status and tells you whether test passed,failed or got warned during run. +Images
    +assume you have an image to show in the report , just put it's url in the test message,stdout or stderror and
    +Trxer autimatically will show your image in the final html report
    +
    +What you should do is surround the url with Quotes like the folowing:
    +```bash +"image url here" +``` + +![trxdemo2](https://cloud.githubusercontent.com/assets/11910876/7187656/ccb4093a-e47a-11e4-8cb0-7d4ad975d52e.PNG) + +Stacktraes
    +Providing a clear view to understand stacktraces:
    +![trxdemo3](https://cloud.githubusercontent.com/assets/11910876/7187675/e637ec96-e47a-11e4-85f9-37c715540706.PNG) + + Supporting Versions
    TRXER supports visual studio 2010 and higher (xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010")
    but can easily supports lower versions by lowering the '2010' year to whatever you like. From 645ed1647e9e8e03644fa33bc4655600ea660b7b Mon Sep 17 00:00:00 2001 From: NivNavick Date: Thu, 16 Apr 2015 22:21:11 +0300 Subject: [PATCH 6/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2e0b2..a8be68b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Trxer + +![11910876](https://cloud.githubusercontent.com/assets/11910876/7189304/c483f1b0-e486-11e4-9a95-44a1243fea5d.png)

    Transforms trx file into html


    Trxer is a new way to view Trx Reports,all you need is a browser
    Trxer website: http://wingsrom.ro/trxer/
    From 47a3452c364d77096c0be3482a35e41c6b8b16ad Mon Sep 17 00:00:00 2001 From: NivNavick Date: Fri, 17 Apr 2015 11:21:50 +0300 Subject: [PATCH 7/7] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a8be68b..9316950 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,23 @@ Trxer is a new way to view Trx Reports,all you need is a browser
    Trxer website: http://wingsrom.ro/trxer/
    -NAVIGATE EASILY
    +Navigate Easily
    Trxer so friendly UI will make your life easier,much easier.You can navigate through test classed,
    see outputs,messages,stacktrace,test duration and much more. -READ CLEARLY
    +Read Clearly
    TRXER html report is eye friendly which means you will understand all you need at one glimpse look.
    No mess,no misunderstood fonts. -FIND PROBLEMS FASTER
    +Find Problem Faster
    With our friendly UI, you can watch stacktraces,outputs and messages so you can determine what's the problem as quickly as lightning.
    -USING GRAPHS
    +Using Graphs
    We draw graphs for you so you can see the status of each test class and the total passed,
    failed and warnings of all tests which you can download and use later. -COLORS +Colors TRXER html report is colorful.
    Each color:
      @@ -41,7 +41,7 @@ What you should do is surround the url with Quotes like the folowing:
      ![trxdemo2](https://cloud.githubusercontent.com/assets/11910876/7187656/ccb4093a-e47a-11e4-8cb0-7d4ad975d52e.PNG) -Stacktraes
      +Stacktraces
      Providing a clear view to understand stacktraces:
      ![trxdemo3](https://cloud.githubusercontent.com/assets/11910876/7187675/e637ec96-e47a-11e4-85f9-37c715540706.PNG) @@ -50,6 +50,9 @@ Providing a clear view to understand stacktraces:
      TRXER supports visual studio 2010 and higher (xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010")
      but can easily supports lower versions by lowering the '2010' year to whatever you like. +Supporting Browsers
      +Trxer supported by all major browsers that supports Html5 Canvas
      + Usage
      Trxer is an EXE file.
      Trxer.exe