You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.1 KiB

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>CARTO | Frontend dev stuff</title>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
<style>
body {
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 1em;
}
h1 {
color: #fff;
background-color: #41B14F;
font-weight: 700;
font-size: 2em;
padding: 0.5em;
}
a {
font-size: 1.5em;
}
div {
font-size: 1em;
padding: 0.5em;
}
p.code {
color: #cc2255;
background-color: #f7f7f9;
border: #e1e1e8 solid 1px;
display: inline;
padding: 0.25em 0.5em;
}
</style>
</head>
<body>
<h1>BUILDER TESTS</h1>
<!--<li>
<a href="/_SpecRunner-builder.html">Tests - editor 3.0</a>
</li>-->
<div>
<a href="/_SpecRunner-affected.html">Builder specs</a> ( available if running <p class="code">grunt test:browser</p> )
</div>
<div>You can run both Builder and Editors test suites through command line using <p class="code">grunt test</p></div>
</body>
</html>