Skip to content

SamuelSalas/automation-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Front end Challenge

Features

  • Javascript + Typescript
  • Mocha + Chai
  • Mochawesome reporter

Getting Started

npm install

Browsers Supported

{
      maxInstances: 1,
      browserName: "chrome"
    },
    {
      maxInstances: 1,
      browserName: "firefox",
      "moz:firefoxOptions": {
        prefs: {
          "extensions.enabledScopes": 0
        }
      }
    }

Running Tests

npm install

Running Tests

npm test

Generate Reports

npm run generateMochawesome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published