-
Notifications
You must be signed in to change notification settings - Fork 8
Updating the Automatic Client Side Test Generator
Here's a guide to updating and running the Automatic Client-Side Test Generator. This script produces a markdown file which lists all the possible client-side tests configurations for a chosen subset of GRNsight user interactions. The full list of GRNsight user interactions is defined in the data.json file, and this file should be updated when a new GRNsight feature is added. The items in the JSON file follow the following structure:
the testing instructions based on a JSON data file which enumerates all the possible GRNsight interactions/results. When a new GRNsight feature is added, this JSON data file should be updated, and the new generated markdown file is to be copied/pasted into the the Client-Side Testing Document wiki found here. Additionally, this script may be used to
-
cd GRNsight/documents/developer_documents/testing_script_generator
to get into the testing script generator folder. -
open data.json
to modify the data. -
Run the Script
-
Update the wiki!