Skip to content

Latest commit

 

History

History

test-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

How To Run Query Tests

  • Goto Vyne and issue a query that you want to test

Vyne Query

  • Once Query Results are ready, click on Download button and select 'as Test Case' option:

Download Test Case

  • Give a name to your test case:

Save Test case

  • Download the 'test zip' file:

Download

  • Extract the Zip

  • Run 'vynetest' app with the path of the extracted folder:

./vynetest queryTest -p [PATH TO YOUR TEST QUERY PACKAGE FOLDER]

Taxonomy Extraction from a Test Case

  • Goto Vyne and issue a query that you want to test

Vyne Query

  • Once Query Results are ready, click on Download button and select 'as Test Case' option:

Download Test Case

  • Give a name to your test case:

Save Test case

  • Download the 'test zip' file:

Download

  • Extract the Zip

  • Run 'vynetest' app with the path of the extracted folder and the path of destination folder for extracted taxonomy:

./vynetest extractSchema -p [PATH TO YOUR TEST QUERY PACKAGE FOLDER] -o [PATH TO YOUR TARGET TAXONOMY FOLDER]