Skip to content

This automation framework was created as Coding Assessment for Energy Australia using Cypress, TypeScript, Prettier and Eslint.

Notifications You must be signed in to change notification settings

raj-rpftb/energyaustralia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environments

Functional e2e tests is executed on Dev environments.

Running tests for the first time:

  • Install all dependencies (including cypress):

    • npm install or npm i
  • Running test via headless mode:

    • npm run cypress:run
  • Running test via UI mode:

    • npm run cypress:open

Test Features and Scenarios:

  • Test Scenarios folder: /cypress/integration/

  • Reports and Results:

    • Report folder - /cypress/report/
    • Screenshots - /cypress/screenshots/

Custom cypress Commands:

  • Add your cypress custom commands under support/commands.js

Without headless:

  • Add --headed to the npm command

About

This automation framework was created as Coding Assessment for Energy Australia using Cypress, TypeScript, Prettier and Eslint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published