Quality Assurance Projects - American British Translator

Tell us what’s happening:
My code in my local ide passes all the test on the American British Translator project but when I push it to GitHub and import it into Replicit, the last two test fails.

Your browser information:

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

Challenge: Quality Assurance Projects - American British Translator

Post a link to your Replit.

You cannot send localhost to freecodecamp page, or you would need send a public IP, this can do it with “ngrok”

but another better option is to use Replit, remember fix some details like variables ENV and comand TEST

You can use localhost for most of the challenges you just can’t submit it as the solution to certificate challenges.

ngrok is not the solution here. You have to host the code somewhere public for the final submission. It needs to stay available and online for as long as possible and not depend on your local machine being online.

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