You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>The<ahref="https://github.com/davidneedham/visual-regression-testing-workshop"> Node.js example app</a></li>
93
93
<li>A “live” website that is web-accessible</li>
94
94
<li>A “dev” version of that same website (local is great)</li>
95
95
</ul>
@@ -406,22 +406,22 @@ <h2>Standalone App</h2>
406
406
<sectionclass="slide image-r">
407
407
<divclass="text">
408
408
<h2>Clone the example repo</h2>
409
-
<p>We've created <ahref="https://github.com/davidneedham/Visual-Regression-Testing-BackstopJS-demo.git">an example repo</a> that we're going to clone to give you a jumpstart.</p>
409
+
<p>We've created <ahref="https://github.com/davidneedham/visual-regression-testing-workshop">an example repo</a> that we're going to clone to give you a jumpstart.</p>
410
410
<p>There are detailed instructions in the README to run through this on your own next time. </p>
411
411
<p>Today we're going to get started by cloning the repo:</p>
<imgclass="cover" src="pictures/24-screencapture-github-davidneedham-Visual-Regression-Testing-BackstopJS-demo-2018-05-30-19_02_53.jpg" alt="A screenshot of the repo we're cloning">
417
417
</figure>
418
418
</section>
419
419
420
420
<sectionclass="slide">
421
421
<divclass="text">
422
-
<h2>Running the example</h2>
422
+
<h2>Running the example node app</h2>
423
423
<ol>
424
-
<li>Change into the folder <br/><code>cd Visual-Regression-Testing-BackstopJS-demo</code></li>
424
+
<li>Change into the folder <br/><code>cd visual-regression-testing-workshop</code></li>
425
425
<li>Checkout a new branch <br/><code>git checkout -b my-hacking-1</code></li>
0 commit comments