updated README.md
This commit is contained in:
		
							parent
							
								
									17d6522571
								
							
						
					
					
						commit
						f3e927e9c5
					
				@ -30,9 +30,14 @@ As result, in REPOSITORY column, next images should be present:
 | 
			
		||||
 | 
			
		||||
        mvn clean install -DblackBoxTests.skip=false -DblackBoxTests.hybridMode=true
 | 
			
		||||
 | 
			
		||||
To run the black box tests with using local env run tests in the [msa/black-box-tests](../black-box-tests) directory with runLocal property:
 | 
			
		||||
- To run the black box tests with using local env run tests in the [msa/black-box-tests](../black-box-tests) directory with runLocal property:
 | 
			
		||||
 | 
			
		||||
        mvn clean install -DblackBoxTests.skip=false -DrunLocal=true
 | 
			
		||||
 | 
			
		||||
- To run ui tests run tests in the [msa/black-box-tests](../black-box-tests) directory specifying suiteFile property: 
 | 
			
		||||
 | 
			
		||||
        mvn clean install -DblackBoxTests.skip=false -DsuiteFile=src/test/resources/smokeTests.xml 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -17,9 +17,11 @@
 | 
			
		||||
 | 
			
		||||
-->
 | 
			
		||||
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
 | 
			
		||||
 | 
			
		||||
<suite name="Black-box tests">
 | 
			
		||||
    <suite-files>
 | 
			
		||||
        <suite-file path="connectivity.xml"/>
 | 
			
		||||
        <suite-file path="smokesCustomer.xml"/>
 | 
			
		||||
    </suite-files>
 | 
			
		||||
    <test verbose="2" name="Connectivity tests" preserve-order="false">
 | 
			
		||||
        <packages>
 | 
			
		||||
            <package name="org.thingsboard.server.msa.connectivity" />
 | 
			
		||||
        </packages>
 | 
			
		||||
    </test>
 | 
			
		||||
</suite>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user