Test Case of the challenge

Tell us what’s happening:
Can anyone tell me how to run the test cases for this?

Your project link(s)

solution: https://codepen.io/adityush007/pen/ExWvQmq

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Hi @adityush007 ,

I guess you haven’t used the codePen template coz it already has the test source script embedded in it.

Just paste the below in your html and you’ll see a menu on the top left of your page. Click on it, select ‘tribute page’ from the dropdown and click on ‘Run Tests’. Also, to read the tests error messages you could click on the button which tells you how many have passed.

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

1 Like

Thanks. Even though I got it on my own :sweat_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.