An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Dark Plasma Test Base - DarkPlasma_TestBase.js

Plugin desc : Supports semi-automated testing of plugins

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_TestBase.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_TestBase.js

File name : DarkPlasma_TestBase.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Supports semi-automated testing of plugins
@author DarkPlasma
@license MIT

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

version: 2.4.2
This plugin supports semi-automated testing of plugins.

Define your test cases by hooking Scene_Boot.prototype.defineTestCase.
You can define them using the following interface:
this.addTestCase(string pluginName, string version, string testCaseName,
boolean isAuto);

To register test execution results, use the following:
$testTargetPlugins.doTest(string pluginName, string version, string
testCaseName, TestSpec[] testSpecs);

@command openTestCase
@text Open the Test Case Scene
@desc Open the Test Case scene.

@command doTest
@text Test Run
@desc Runs tests triggered by plugin commands.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.