Skip to content

Information about BackTrac #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions tools/backtrac.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>BackTrac: CSS Testing : tools</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/images/favicon.png" rel="shortcut icon" type="image/png">
<link href="http://fonts.googleapis.com/css?family=Arvo:700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/styles/main.css">
<link rel="stylesheet" type="text/css" href="/styles/prism.css"></head>

<body class="tools"><header><div class="contain">
<h1><a href="/">csste.st</a></h1>
<h2>The why and how of CSS testing.</h2>
</div>

<nav><ul><li class="techniques-nav"><a href="/techniques/">Techniques</a></li>
<li class="tools-nav"><a href="/tools/">Tools</a></li><li class="guides-nav"><a href="/guides/">Guides</a></li><li class="getting-started-nav"><a href="/getting-started/">Getting started</a></li></ul><p>This site is a constant work in progress. If you want to help out, <a href="https://github.com/thingsinjars/csstest">fork the project </a>or <a href="https://github.com/thingsinjars/csstest/issues">file an issue</a>.</p><p>If you're new to CSS testing, please <a href="http://csste.st/guides/videos/">watch the videos</a>. </p></nav></header>
<div class="contain"><section><h2 id="backtrac">BackTrac</h2>
<p>BackTrac is cloud based SaaS platform for visual testing. It needs zero coding skills and is fast to set up. Only thing you need is to have a list of URLs to scan. Well... actually tool can analyze your sitemap or crawl your website instead.</p>
<p>Key features are:
<ul>
<li>Compare multiple environments (production vs. staging)</li>
<li>Custom algorithm to compare images (recognizes shifts)</li>
<li>Modify screenshots: isolage, exclude and remove elements from the DOM</li>
<li>Set up delay for AJAX calls to complete</li>
<li>Scroll the page prior the screenshot</li>
<li>Fast to complete the job. 2000 screenshots being processed under 2 hours.</li>
<li>REST API for integration with Continuous Integration tools</li>
</ul>
</p>
<p>
<a href="http://backtrac.io">Visit the website and Sign Up for free account.</li>
</p>
</section></div><footer><p>Curated by <a href="http://twitter.com/thingsinjars">Simon Madine </a>with help from <a href="https://github.com/thingsinjars/csstest/graphs/contributors">these lovely people </a>.</p></footer><script src="/scripts/prism.js"></script><script src="/scripts/prism.gherkin.js"></script></body></html>
7 changes: 6 additions & 1 deletion tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
<li><a href="/tools/css-test.html">CSS Test</a></li>
</ul>
</li>
<li><p>Comercial SaaS platforms</p>
<ul>
<li><a href="/tools/backtrac.html">BackTrac</a></li>
</ul>
</li>
</ul>
</section></div><footer><p>Curated by <a href="http://twitter.com/thingsinjars">Simon Madine </a>with help from <a href="https://github.com/thingsinjars/csstest/graphs/contributors">these lovely people </a>.</p></footer><script src="/scripts/prism.js"></script><script src="/scripts/prism.gherkin.js"></script></body></html>
</section></div><footer><p>Curated by <a href="http://twitter.com/thingsinjars">Simon Madine </a>with help from <a href="https://github.com/thingsinjars/csstest/graphs/contributors">these lovely people </a>.</p></footer><script src="/scripts/prism.js"></script><script src="/scripts/prism.gherkin.js"></script></body></html>