greenframe-cli icon indicating copy to clipboard operation
greenframe-cli copied to clipboard

Estimate the carbon footprint of a user scenario on a web application

Results 15 greenframe-cli issues
Sort by recently updated
recently updated
newest added

This PR migrate oclif to version 3.5.4 from version 1.x. Migrate some files that were still in javascript. Use ESM completely instead of commonjs. Updated examples. Use vitest instead of...

Hi, I'm encountering an issue with GreenFrame where the analysis process seems to get stuck. Here's what I'm trying to do and the output I receive: **Command:** greenframe analyze https://marmelab.com...

I am getting this error while analyzing this server, the command i used "greenframe analyze https://mamelab.com" ✔ Check configuration file ✔ The folder is not a git repository ✔ Analysis...

Hi, we need to be able to configure a proxy when running scenarios. So in plaing Playwright we just use the configuration ``` .. proxy: {server: 'myproxy:3128'}, ignoreHTTPErrors: ..., .....

I am analyzing the footprint of a Wordpress stack. I get significantly different scores for the browser device depending on the presence or absence of containers (ie, with or without...

Hello, I was testing greenframe-cli with the following testing script : ``` import { test, expect } from '@playwright/test'; test('has title', async ({ page }) => { await page.goto('https://playwright.dev/'); await...

Hi all ! I'm trying to run an analysis with Greenframe CLI in a Gitlab CI. It's a fullstack analysis on a Kubernetes cluster. I built a custom Docker image...

Hi all, I have installed the cli on linux vm. When i try to call analyze for any website it returns the error: **greenframe-runner container is not running** Docker is...

Great tool! Discovered this during a Kubecon EU talk. Is it possible to implement functionality so greenframe can export metrics in [OpenTelemetry format](https://opentelemetry.io/docs/reference/specification/metrics/) so that other system can consume the...

enhancement

I have an issue with the greenframe analyze cli in a kubernetes execution context. All the analyse I run fails with the error : `Cannot find network container for pod...