loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Enable e2e testing on Firefox' (#2439) from maltejur/forgejo:e2e_firefox into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2439
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+6 -7
+6 -7
playwright.config.js
··· 64 64 }, 65 65 }, 66 66 67 - // disabled because of https://github.com/go-gitea/gitea/issues/21355 68 - // { 69 - // name: 'firefox', 70 - // use: { 71 - // ...devices['Desktop Firefox'], 72 - // }, 73 - // }, 67 + { 68 + name: 'firefox', 69 + use: { 70 + ...devices['Desktop Firefox'], 71 + }, 72 + }, 74 73 75 74 { 76 75 name: 'webkit',