How do i get my test to pass

I am done with my first HTML project, how do i get my test to pass?

1 Like

Is there any way you can link us to the codepen so we can help you better?

you have to meet the project requirements. then there is a script that you have to put on the html code, so you can check whether you pass or not.

What script and how do i get this script?? Do U mean my code?

Here you have all the info that you need, for example for tribute page:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-tribute-page
You need to build your project based on the template below. In the top left corner you have a dropdown, from here you can select your project type and test it. I hope you get it.

OK got it now… Thanks a lot…

I answered your question in your other topic. Please refer to This Post.

كيف يمكنني اجتياز الاختبار

استخدم البرنامج النصي أدناه

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

That went through correctly, right? I’m not arabic…

Just want to clarify one thing in case someone else just starting out with the challenges runs across this post: you do not have to fork the test suite template, the challenge descriptions even mention this:

  • You can build your project by forking this CodePen pen. OR you can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

If you choose not to fork the starter project, you do still need to go to the Settings of the pen you started in Codepen and under the Javascript tab, add in the test environment manually - which is super easy to do (copy/paste).

I had created my own starting template in Codepen that had various things set up the way I liked them, so forking the starter template would have been more work for me to get things up and running the way I liked them.