mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-08 23:04:20 -05:00
[PR #758] feat; Add Web Tests #1258
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/758
Author: @SticksDev
Created: 9/17/2024
Status: 🔄 Open
Base:
main← Head:main📝 Commits (3)
9106b4fWIP tests1bcceb1Merge branch 'imputnet:main' into main366b77atests: test on firefox and webkit instead of just chrome📊 Changes
6 files changed (+222 additions, -8 deletions)
View changed files
📝
pnpm-lock.yaml(+39 -1)📝
web/.gitignore(+5 -0)📝
web/package.json(+6 -2)➕
web/playwright.config.ts(+44 -0)📝
web/src/lib/api/api-url.ts(+8 -5)➕
web/tests/home.spec.ts(+120 -0)📄 Description
This PR adds web tests to the front end. Currently, it's still WIP and needs more coverage added. Said coverage being:
The home page tests are complete and work on all platforms we test against (firefox, webkit, chrome). More updates will be pushed and this PR will be moved out of draft status once this is complete.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.