chenping 8 months ago
parent
commit
91e9de65c8
1 changed files with 8 additions and 2 deletions
  1. 8 2
      pom.xml

+ 8 - 2
pom.xml

@@ -128,7 +128,8 @@
           <argLine>
             -Dfile.encoding=utf-8
             -javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar"
-            -Dallure.no.opts=true
+
+            -Dorg.testng.skip.caller=false
           </argLine>
           <properties>
             <property>
@@ -137,9 +138,14 @@
             </property>
             <property>
               <name>listener</name>
-              <value>io.qameta.allure.testng.AllureTestNg</value>
+              <value></value>
             </property>
           </properties>
+          <environmentVariables>
+            <TERM>xterm-256color</TERM>
+            <LANG>en_US.UTF-8</LANG>
+            <LC_ALL>en_US.UTF-8</LC_ALL>
+          </environmentVariables>
           <systemPropertyVariables>
             <property>
               <name>allure.results.directory</name>