1
0

Update script to fetch fonts
All checks were successful
Build and test project / build-and-test (push) Successful in 1m34s

This commit is contained in:
2026-03-21 18:15:43 +01:00
parent 237cc8b908
commit c9354f6115
3 changed files with 16 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ test.afterEach(() => {
test.describe('NickelMenu', () => {
test('no device — install with config via manual download', async ({ page }) => {
test.skip(!hasNickelMenuAssets(), 'NickelMenu assets not found in webroot');
test.skip(!hasReaderlyAssets(), 'Readerly assets not found (run readerly/setup.sh)');
await goToManualMode(page);
@@ -97,6 +98,7 @@ test.describe('NickelMenu', () => {
test('no device — install with KOReader via manual download', async ({ page }) => {
test.skip(!hasNickelMenuAssets(), 'NickelMenu assets not found in webroot');
test.skip(!hasReaderlyAssets(), 'Readerly assets not found (run readerly/setup.sh)');
test.skip(!hasKoreaderAssets(), 'KOReader assets not found (run koreader/setup.sh)');
await goToManualMode(page);
@@ -143,6 +145,7 @@ test.describe('NickelMenu', () => {
test('with device — install with KOReader writes files to device', async ({ page }) => {
test.skip(!hasNickelMenuAssets(), 'NickelMenu assets not found in webroot');
test.skip(!hasReaderlyAssets(), 'Readerly assets not found (run readerly/setup.sh)');
test.skip(!hasKoreaderAssets(), 'KOReader assets not found (run koreader/setup.sh)');
await connectMockDevice(page, { hasNickelMenu: false });
@@ -226,6 +229,7 @@ test.describe('NickelMenu', () => {
test('with device — install with config and write to Kobo', async ({ page }) => {
test.skip(!hasNickelMenuAssets(), 'NickelMenu assets not found in webroot');
test.skip(!hasReaderlyAssets(), 'Readerly assets not found (run readerly/setup.sh)');
await connectMockDevice(page, { hasNickelMenu: false });