Quisiera saber como hacer correr el test

No se como hacer para testear mi proyecto de diseño web responsivo, ya estoy en proceso de mi primera “prueba” pero no puedo ver el test, sí en el ejemplo que ya te da la página pero no en el que yo estoy trabajando. Lo estoy haciendo por default en CodePen.io. Espero me puedan ayudar, muchas gracias.

Can you provide the address of your codepen project? It will be easier to guide you if we can see what we are dealing with.

Sure, is very shabby because i start this course three days ago… https://codepen.io/JuanIgnacio/pen/rNyaYaG

I can’t see the three horizontal green lines like in the example of the project provided

Add this line:

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

at the beginning or end of your html.

1 Like