testgenius-ai
Version:
🚀 TestGenius AI - The Ultimate E2E Testing Framework for Everyone | No Coding Required • AI-Powered Automation • Beautiful Reports • Zero Complexity
17 lines • 676 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TEST_01 = void 0;
// Auto-generated by TestRecorder
exports.TEST_01 = {
"id": "test-01",
"name": "Basic login test",
"description": "Login test",
"priority": "Medium",
"tags": [
""
],
"site": "https://partner.uat.cheq.io/login",
"task": "I want to visit this site: https://partner.uat.cheq.io/login I will log in using: Email:`test@cheq.io` Password: `getCheq1!` If the login is successful and I land on a page that shows the text `Business Profile`, then it means the login worked correctly",
"testData": {}
};
//# sourceMappingURL=test-01.js.map