xxxxxxxxxx// 🌐 Lets load up the websiteI.goTo("https://www.codecademy.com/")// ⏰ And see if it loadsI.see("Join the Millions Learning to Code");I.see("Choose what to learn")I.see("Land your dream job")// 👉 Lets click on something, see if it loadsI.click("Catalog")I.see("Full Catalog")// 😎 Lets try the login formI.click("Log in")// 🐱 inboxkitten.com is our opensource// disposable mail serviceI.fill("email", "[email protected]")I.fill("password", "this-account-does-not-exist")// 🙏 This is production, lets be nice to codeacademy folks// and not submit into production// I.click("Log in")//// Interested to do more complex test scripts for your website?// Heade over to - https://uilicious.com//Hi, I'm TAMI (Test Authoring Machine Intelligence).
Let me assist you in writing a test. Tell me a scenario to test, and I’ll write the test script for you!
Hello!
You haven't ran a test yet.
Write a test in the editor,
and hit the "Run" button run the test.