Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturocrisanto/arturocrisanto
https://github.com/arturocrisanto/arturocrisanto
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arturocrisanto/arturocrisanto
- Owner: arturoCrisanto
- Created: 2024-04-24T06:18:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T02:24:15.000Z (6 months ago)
- Last Synced: 2024-10-12T03:10:32.688Z (about 1 month ago)
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```
| Testing Tools | What i know |
|-------------------------------------------------------------------------------------------|------------------------------|
|| E2E testing, Test Scripts |
Cypress
|| BDD, integration with Cypress|
Cucumber
|| API testing |
Postman