Hi
    Thanks. I was looking for "execution" but there is no mention on
      the SureFile page or on Google. I need to read the documentation
      to understand your comments about defaults and selective
      execution. I just want them all to execute.
    When I try it, I get a could not load ${tycho.testArgLine} just
      as I do when I miss the surefile tests altogether. Seems that
      per-execution argLine is ignored.
    
        Regards
            Ed Willink
    
    
    On 13/10/2017 14:12, Bidon Gamelle
      wrote:
    
    
      
        
          Hi Ed,
            
          
          Think you can have several executions on surefire plugin.
                <plugin>
                  <groupId>org.eclipse.tycho</
groupId>
                  <artifactId>tycho-surefire-plugin</artifactId>
                  <version>${tycho-version}</version>
                  <executions>
                    <execution>
                      <id>headless</id>
                      <goals>
                        <goal>test</goal>
                      </goals>
                      <configuration>
                        ...
                        <useUIHarness>false</useUIHarness>
                      </configuration>
                    </execution>
                    <execution>
                      <id>with-ui</id>
                      <goals>
                        <goal>test</goal>
                      </goals>
                      <configuration>
                        ...
                        <useUIHarness>true</useUIHarness>
                      </configuration>
                    </execution>
                  </executions>
                </plugin>
          
         
        
        
        Note that the default execution will still be executed.
          Either you can use the default execution and one specific
          execution, or set skipTests to true to disable the default.
        
        
        
        Regards,
        
        franck
 
      
      
      
      
      _______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user