@script-savvy/playwright

1.0.1 • Public • Published

Script Savvy: end-to-end Automation Framework

Structure

├── config
│   ├── data
│   │   ├── data.json
│   ├── environment
│   │   ├── configLoader.ts
│   │   ├── testManager.ts
├── logs
├── pageObjects
│   ├── LoginPage.ts
│   └── ProfilePage.ts
├── performance
│   ├── runner.js
│   └── test-scenario.js
├── reports
│   ├── allure-reports
│   ├── artifacts
│   ├── html-reports
│   ├── lighthouse
├── src
│   ├── api
│   │   └── client.ts
│   ├── core
│   │   ├── dataHandler.ts
│   │   ├── logger.ts
│   │   └── testHandler.ts
│   ├── http
│   │   ├── httpClient.ts
│   │   └── axiosHttpClient.ts
│   └── authConfig.ts
├── tests
│   ├── login.test.ts
│   ├── profile.test.ts
│   └── api
│   └── example.test.ts
├── utils
│   ├── lighthouse.js
│   └── testConfig.ts

Package Sidebar

Install

npm i @script-savvy/playwright

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

32.6 kB

Total Files

26

Last publish

Collaborators

  • lahumada