• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • core, junit-plugin
    • None

      The tables ("All failed tests" and "All Tests") can be very wide. When looking at the test names in the first column it is not that easy to see which values in the other columns belong to the same row. It would be a great improvement if each line would highlight (change its background color) on hover.

      Something similar already happens for each build in the build history on the left pane and in the parameter form when triggering a parameterized build.

          [JENKINS-32148] highlight test result lines on hover

          Dirk Thomas added a comment -

          Please see https://github.com/jenkinsci/junit-plugin/pull/55 for a patch implementing this.

          Dirk Thomas added a comment - Please see https://github.com/jenkinsci/junit-plugin/pull/55 for a patch implementing this.

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
          src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
          src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
          src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index.jelly
          src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
          src/main/resources/lib/hudson/test/aggregated-failed-tests.jelly
          src/test/resources/hudson/tasks/test/TrivialTestResult/body.jelly
          http://jenkins-ci.org/commit/junit-plugin/15568e0b4b957fe3d8ec78250f18db51c17bc97c
          Log:
          Merge pull request #55 from dirk-thomas/stripped_and_hover

          JENKINS-32148 use alternate background for table rows, highlight row on hover

          Compare: https://github.com/jenkinsci/junit-plugin/compare/8319d7e408dd...15568e0b4b95

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: src/main/resources/hudson/tasks/junit/CaseResult/list.jelly src/main/resources/hudson/tasks/junit/ClassResult/body.jelly src/main/resources/hudson/tasks/junit/ClassResult/list.jelly src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index.jelly src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly src/main/resources/lib/hudson/test/aggregated-failed-tests.jelly src/test/resources/hudson/tasks/test/TrivialTestResult/body.jelly http://jenkins-ci.org/commit/junit-plugin/15568e0b4b957fe3d8ec78250f18db51c17bc97c Log: Merge pull request #55 from dirk-thomas/stripped_and_hover JENKINS-32148 use alternate background for table rows, highlight row on hover Compare: https://github.com/jenkinsci/junit-plugin/compare/8319d7e408dd...15568e0b4b95

          Code changed in jenkins
          User: Daniel Beck
          Path:
          war/src/main/webapp/css/style.css
          http://jenkins-ci.org/commit/jenkins/a3716100d5bc272b48b1e27455fa39fb2a90dba5
          Log:
          Merge pull request #2533 from dirk-thomas/hover_all_stripped_table_rows

          JENKINS-32148 - Add :hover to all stripped table rows

          Compare: https://github.com/jenkinsci/jenkins/compare/d8821c86451e...a3716100d5bc

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/a3716100d5bc272b48b1e27455fa39fb2a90dba5 Log: Merge pull request #2533 from dirk-thomas/hover_all_stripped_table_rows JENKINS-32148 - Add :hover to all stripped table rows Compare: https://github.com/jenkinsci/jenkins/compare/d8821c86451e...a3716100d5bc

            Unassigned Unassigned
            dthomas Dirk Thomas
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: