forked from Stadt-Geschichte-Basel/stadtgeschichtebasel.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/various fixes (Stadt-Geschichte-Basel#40)
* ci: only publish to CF with sgb * fix: fix a bad url in archive * fix: formatting * fix: better JSDoc support * chore: deps updated, npm run build locally working * ci: remove nasty hack to bypass pnpm run build loop * chore: tests added * chore: dependencies updated * ci: tests enabled * chore: formatting fixed * ci: fix execution order of ci * ci: install playwright * test: config and tests fixed * test: fix tests
- Loading branch information
Showing
7 changed files
with
643 additions
and
600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/** @type {import('@playwright/test').PlaywrightTestConfig} */ | ||
const config = { | ||
webServer: { | ||
command: 'npm run build && npm run preview', | ||
command: 'npm run preview', | ||
port: 4173 | ||
}, | ||
testDir: 'tests', | ||
testMatch: /(.+\.)?(test|spec)\.[jt]s/, | ||
timeout: 120000 | ||
timeout: 5 * 60 * 1000 | ||
}; | ||
|
||
export default config; |
Oops, something went wrong.