UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

28 lines (22 loc) 1.1 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <!-- Siesta CSS --> <link rel="stylesheet" type="text/css" href="../../resources/css/siesta-all.css"> <!-- This project wrapper does not load ExtJS library and provides no UI, thus it saves time on loading/parsing/executing ExtJS code. It is purposed to use with automation launchers --> <script type="text/javascript" src="../../siesta-no-ui-all.js"></script> <!-- A sample utility mixin with convenience methods helping you write your tests more efficiently --> <script src="lib/Your.Test.Role.js" type="text/javascript"></script> <!-- A sample utility class with convenience methods helping you write your tests more efficiently --> <script src="lib/Your.Test.Class.js" type="text/javascript"></script> <script type="text/javascript" src="index.js"></script> </head> <body> </body> </html>