mirror of
https://github.com/samclarke/SCEditor.git
synced 2026-01-09 14:16:57 +00:00
Refactored the code into modules. Rewrote the unit tests. Added manual tests. Fixed some bugs that were found while refactoring.
41 lines
1.0 KiB
HTML
41 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
<title>SCEditor Tests - SCEditor</title>
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
href="http://fonts.googleapis.com/css?family=Open+Sans:400,500,700">
|
|
<link rel="stylesheet" type="text/css" href="./manual/style.css">
|
|
</head>
|
|
<body>
|
|
<h1 class="index-header">SCEditor Tests</h1>
|
|
|
|
<div id="container">
|
|
<h2>Testing SCEditor</h2>
|
|
|
|
<p>Thank you for taking the time to test SCEditor.</p>
|
|
|
|
<ol>
|
|
<li>Run the <a href="./unit/">unit tests</a>.</li>
|
|
<li>Run the <a href="./manual/">manual tests</a>.</li>
|
|
</ol>
|
|
|
|
<p>
|
|
If you encounter any bugs/problems during testing, please report
|
|
them to the
|
|
<a href="https://github.com/samclarke/SCEditor/issues"> GitHub
|
|
issues page</a> along with the names of any failed tests.
|
|
</p>
|
|
|
|
|
|
<h2>Checking changes</h2>
|
|
|
|
<p>If you've made some changes and just want to check they're
|
|
working and test them out, use the
|
|
<a href="./manual/debug">debug test</a>.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|