♻️ (viewer) Change to features-centric folder structure
This commit is contained in:
committed by
Baptiste Arnaud
parent
643571fe7d
commit
a9d04798bc
@ -15,7 +15,6 @@ const config: PlaywrightTestConfig = {
|
||||
baseURL: process.env.NEXTAUTH_URL,
|
||||
storageState: path.join(__dirname, 'src/test/storageState.json'),
|
||||
},
|
||||
outputDir: path.join(__dirname, 'src/test/results/'),
|
||||
}
|
||||
|
||||
export default config
|
||||
|
@ -1,4 +0,0 @@
|
||||
import path from 'path'
|
||||
|
||||
export const getTestAsset = (name: string) =>
|
||||
path.join(__dirname, '..', 'assets', name)
|
Reference in New Issue
Block a user