docs: add smoke runbook and split smoke projects
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -36,6 +36,16 @@ export default defineConfig({
|
||||
{
|
||||
name: 'Galaxy S9+',
|
||||
use: { ...devices['Galaxy S9+'] }
|
||||
},
|
||||
{
|
||||
name: 'Public Smoke',
|
||||
testMatch: /public-smoke\.spec\.ts$/,
|
||||
use: { ...devices['Desktop Chrome'] }
|
||||
},
|
||||
{
|
||||
name: 'Admin Smoke',
|
||||
testMatch: /admin-smoke\.spec\.ts$/,
|
||||
use: { ...devices['Desktop Chrome'] }
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user