Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add e2e tests#331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Naseem77 wants to merge18 commits intostaging
base:staging
Choose a base branch
Loading
fromadd-e2e-tests
Open
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
4906b4c
Add e2e Tests
Naseem77Dec 10, 2025
1238be6
Add api calls/responses for logic layer
Naseem77Dec 10, 2025
d96ac6b
adding pom for homePage
Naseem77Dec 10, 2025
7b40625
adding auth setup
Naseem77Dec 10, 2025
783d9f4
add docker compose file for database connections
Naseem77Dec 15, 2025
862a87b
add sidebar tests
Naseem77Dec 15, 2025
692efed
add user profile tests
Naseem77Dec 15, 2025
4d34598
update user profile tests
Naseem77Dec 15, 2025
a966b03
update auth setup - adding another user
Naseem77Dec 15, 2025
1b880a4
add database tests
Naseem77Dec 16, 2025
f9e369c
update playwright CI
Naseem77Dec 16, 2025
c124c2e
update ci
Naseem77Dec 16, 2025
f6c751f
update ci
Naseem77Dec 16, 2025
2ddeb39
Update playwright.yml
Naseem77Dec 16, 2025
2e65792
update ci
Naseem77Dec 16, 2025
d7233b7
update ci
Naseem77Dec 16, 2025
bfa04c1
Update playwright.yml
Naseem77Dec 16, 2025
610c3f5
update CI and tests
Naseem77Dec 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
update ci
  • Loading branch information
@Naseem77
Naseem77 committedDec 16, 2025
commitc124c2ef06db7530f796d5c7c527afd1d56f6ed0
2 changes: 0 additions & 2 deletionse2e/docker-compose.test.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
# PostgreSQL test database (for regular tests)
postgres-test:
Expand Down
4 changes: 1 addition & 3 deletionse2e/test-data/mysql-init.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
-- MySQL Test Database Initialization
-- This script runs automatically when the container starts

-- Use the test database
USE testdb;
-- MySQL automatically uses the database specified in MYSQL_DATABASE env var

-- Users table
CREATE TABLE IF NOT EXISTS users (
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp