Skip to content

Latest commit

 

History

History

gametestsuite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Getting Started

This test suite is presented as a Saito game module.

Installation

  1. Install Saito Lite as per the instructions.

  2. Copy this (the gametestsuite) directory into /mods (should be there by default)

  3. Edit/create /config/modules.config.js to include 'gametemplate/gametemplate.js' and the crypto modules you want to test - eg 'westend/westend.js' this module in both core/lite distributions

  4. recompile the javascript: npm run nuke

  5. restart the saito node: npm start


Example minimal modules.config.js for testing:

module.exports = {
  core: [
    'explorer/explorer.js',
    'registry/registry.js',
    'settings/settings.js',
    'arcade/arcade.js',
    'westend/westend.js'.
    'gametestsuite/gametestsuite.js'
  ],
  lite: [
    'registry/registry.js',
    'arcade/arcade.js',
    'westend/westend.js'.
  	'gametestsuite/gametestsuite.js'
    ]
}

Note: DOT 'polkadot/polkadot.js', and KSM kusama/kusama.js', entries into config/modules.config.js.