Basketball-Competition-Dashboard / Project

Backend programs
0 stars 0 forks source link

Fix the database path and add the instructions for Web E2E Tests #13

Closed AsherJingkongChen closed 3 months ago

AsherJingkongChen commented 3 months ago

Fix the database path and add the instructions for Web E2E Tests

Description

As the title says.

Besides, you can run Web E2E tests by running the command bun run test-e2e or NPM equivalent in the web submodule.

Motivation or Context

Checklist

Item Is checked? Description
Explanation O My changes are well-explained.
Documentation O My works are well-commented or clear.
Tests O I have added tests or reports to cover my changes.