Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturocrisanto/arturocrisanto


https://github.com/arturocrisanto/arturocrisanto

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        





```javascript
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();
```














arturoCrisanto :: Visitor's Count















| Testing Tools | What i know |
|-------------------------------------------------------------------------------------------|------------------------------|
|



Cypress
| E2E testing, Test Scripts |
|


Cucumber
| BDD, integration with Cypress|
|


Postman
| API testing |