function getBio() {
return {
"- ⚡ Quick bio:": "Coffee-fueled Code Connoisseur: A Tech Enthusiast from the Philippines with a Passion for Test Automation👨🏻💻",
"- 🔭 I’m currently working on": "As a Quality Assurance Tester in Gaplabs",
"- 🌱 I’m currently learning": "Cypress, Playwright, and Next.js --- Sharpening my Test Automation skills (Personal goal)",
"- 👯 I’m looking to collaborate on": "Open Source Project where i can Test my Automation",
"- 🤔 I’m looking for help with": "Anything related to what I am currently learning 😅",
"- 💬 Ask me about": "Test Automation preferably about Cypress",
"- ⚡ Fun Fact": "Coffee and test automation both thrive on precision.
Just as coffee needs the perfect blend, test automation relies on meticulous scripting for flawless execution"
};
}
function printBio() {
const bio = getBio();
for (const [key, value] of Object.entries(bio)) {
console.log(`${key} ${value}`);
}
}
printBio();
Testing Tools | What i know |
---|---|
E2E testing, Test Scripts | |
BDD, integration with Cypress | |
API testing |