import { test, expect } from '@playwright/test'; import { getDataCenter } from '../utils.js'; import 'fake-indexeddb/auto'; test.describe('Auth', () => { test('sign in', async () => {}); test('sign out', async () => {}); test('isLogin', async () => {}); test('getUserInfo', async () => {}); });