Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmdartus/sunshine
:chart_with_upwards_trend: Performance automation tool to measure Lightning page performance
https://github.com/pmdartus/sunshine
automation lightning performance salesforce
Last synced: 28 days ago
JSON representation
:chart_with_upwards_trend: Performance automation tool to measure Lightning page performance
- Host: GitHub
- URL: https://github.com/pmdartus/sunshine
- Owner: pmdartus
- Created: 2018-06-04T15:23:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T15:50:35.000Z (over 6 years ago)
- Last Synced: 2024-10-18T19:01:07.628Z (28 days ago)
- Topics: automation, lightning, performance, salesforce
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sunshine
Performance automation tool to measure Lightning page performance.
![Example Image](assets/example.png?raw=true)
## Setup
This project requires [git](https://git-scm.com/) and [Node (>9.0)](https://nodejs.org/) to be setup.
```sh
git clone https://github.com/pmdartus/sunshine.git
cd sunshine
npm install
```## Measure page performance
```sh
npm start -- \
--instanceUrl= \
--username= \
--password= \
--pageLocation=
```## Missing features
* Packaging
* [ ] Provide proper CLI
* Measure
* [X] Add support EPT
* [ ] Add support BPT
* [ ] Add support SPT
* Output
* [ ] Add exported to CSV
* [ ] Add exported for Google Spreadsheet