Skip to content

Updating the Automatic Client Side Test Generator

Eileen Choe edited this page May 31, 2017 · 1 revision

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

  1. cd GRNsight/documents/developer_documents/testing_script_generator to get into the testing script generator folder.

  2. open data.json to modify the data.

  3. Run the Script

  4. Update the wiki!

Clone this wiki locally