Does anyone know how to activate the FCC test suite function on codepen? Is it available to any user of codepen regardless the membership status or you need to have a PRO account, to have access to this feature?
P.S: I want to test my FCC projects to check if they meet all the user stories.
Thanks
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.
Just add<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> at the top of your html.
That’s it.
No PRO account needed