Skip to content

DianPermana/Technical-Test-For-Automation-Test-Engineer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical-Test-For-Automation-Test-Engineer

This is technical test for Automation test engineer

Cypress Test Automation


🚀 Setup Project & Run

# Initialize Node project
npm init -y

# Install Cypress
npm install cypress --save-dev

# Run Automation Script
npx cypress run --spec "cypress/e2e/demo/01_Create_Account.cy.js,cypress/e2e/demo/02_add_to_chart.cy.js,cypress/e2e/demo/03_remove_product.cy.js,cypress/e2e/demo/04_flow_transaction.cy.js,cypress/e2e/demo/05_mobile_view_port.cy.js"

Results For API testing

we use JMETter for testing API, just to makesure GET & POST Method working Fine

2025-10-13_15-35-57.mp4

Results For web automation testing

Mainly in this case using Cypress for testing Web automation testing, just to makesure GET & POST Method working Fine

Cypress.Web.Testing.mp4

Thank You,

Dian Permana

Releases

No releases published

Packages

No packages published