Dial Gauge is a web component that provides a customizable dial gauge for numeric display. It is suitable for progress indication as well as graphical display of real time numeric data. It utilizes ...
Gauge-Javascript-Web/ ├── specs/ # Gauge specifications │ └── login.spec ├── tests/ # Step implementations │ └── login.js ├── pages/ # Page Object Model │ ├── BasePage.js │ └── LoginPage.js ├── ...