Hi!
I hope this guide will help some with setting up the FCC Test Suite with Codepen!
- Create a new CodePen pen or use an existing one.
- On the top, click Settings
- Choose JavaScript in the pen settings window
- Paste in
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
to the Add external scripts/pens text fields (Not the search field)
- Click Save & Close
- In your project window, click the
icon
- The select test suite window should open. Click the drop-down
- Choose whatever project you’re working on (i.e. Tribute Page)
- Click Run Tests
- You should see the tests you’ve completed. Click the Tests button to see a description
- The Tribute Page Tests window will open.
- You can see which tests you’ve passed/failed in detail
I hope this helps!