Questions tagged [damage-control]

Report generation tool for Spock Framework based tests.

Report generation tool for Spock Framework based tests. It reads the test result files and produces a nice HTML report using the specification steps (given, when, then)

For more info, visit the official site

4 questions
2
votes
0 answers

Surefire report generating duplicate result in the report

I am following the SO link of MAVEN with ANT Task for SOAPUI automation run with jenkins. It works fine and executes. But Surefire html report generating same testSuite, testCases twice. ANT JUnit Report generates right report Below is my pom.xml…
royki
  • 1,593
  • 3
  • 25
  • 45
1
vote
1 answer

How to make Spock @Issue annotation render in damage control reports?

The Spock testing framework has the Damage Control plugin that generates nice reports for your tests, and Spock has the spock.lang.Issue annotation, which: Indicates that a feature method or specification relates to one or more issues in an…
Bohemian
  • 412,405
  • 93
  • 575
  • 722
0
votes
0 answers

Unity Photon PUN2 Damage Indicator

I want to make a damage indicator for my online game, but there is an error in my code, can you check it? Script 1 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class di_system :…
-2
votes
1 answer

How can I deal damage with melee in unity

I am making game and I am using sword as a weapon so I have created a script and detect hit by collider of sword to deal damage but I am getting problem that it is dealing damage whenever sword collide with enemy collider even if player is not in…