How to run Tribute Page test in VS Code

Hello all,

I’m using VS Code to do my Tribute Page test but where/how do I run the test? Is there a special page or is there a way to run it in VS Code? Plz help!!

Thank you,
Jorge

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:95.0) Gecko/20100101 Firefox/95.0

Challenge: Build a Tribute Page

Link to the challenge:

There’s a link to the test script in the instructions.
That test script should be placed right before the closing body tag in your code.
Click the green hamburger menu to expand it and then select the project whose tests you want to run.
If a test fails, click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

Edit: The test script, with all tests passing, should be included when you submit your projects.

1 Like

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