Vincent T.

Results 20 issues of Vincent T.

I noticed that when running headlamp in app mode there are some rendering issues with the icons. I have also tried comparing the icons to the web mode and it...

bug
frontend
app
regression

When running `npm run test` with a namespace.test.ts test, it will fail and link to an error in a different src/lib/k8s/role.ts usage. Note: The code within namespace.test.ts (located in frontend/src/lib/k8s)...

bug
testing

This is the source code for the failing test. Note: The code within namespace.test.ts (located in frontend/src/lib/k8s) has been copied and put into the index.test.ts in the same directory, which...

bug
testing

### Issue: Electron App Mode on Windows Loads Blank Screen #### Description When starting the app mode on Linux, users can `cd` into the `app` folder and run `npm run...

app

The Playwright for electron seems to be a viable way to run and test the app mode for headlamp, there are just a few key things that may need to...

app
e2e-tests

This PR introduces a functional Playwright end-to-end (E2E) test for the **app mode** of the Headlamp project using **Electron**. In previous attempts, we tried leveraging the current E2E test configuration...

frontend
app
e2e-tests

Dependent on issue #2332 ## Description After migrating Playwright tests to the default structure, the next step is to enable running tests across different environments: web, app, and in-cluster. The...

app
e2e-tests

# Description This PR initiates the refactor of our Playwright test suite by focusing on migrating the namespace tests from [the current work on app mode playwright integration](https://github.com/headlamp-k8s/headlamp/pull/2194) to the...

frontend
app
e2e-tests

## Description There is a recurring issue when running the duplicate keys test for translations, which seems to be specific to Windows environments. The test, which checks for repeated or...

i18n