Clear and concise description of the problem
It would be nice to support inline workspace configuration:
export default defineConfig({
test: {
workspace: [
{
test: {
name: 'node',
environment: 'node'
},
},
{
test: {
name: 'jsdom',
environment: 'jsdom'
},
}
]
}
})
This feature is required for #6912 to make the migration easier.
Suggested solution
Alllow inlined workspace in the main config.
Alternative
No response
Additional context
Some questions:
- Should inline workspace override the workspace file? Or should they be merged instead?
- Is there a way to reduce the nesting?
Validations
Clear and concise description of the problem
It would be nice to support inline workspace configuration:
This feature is required for #6912 to make the migration easier.
Suggested solution
Alllow inlined
workspacein the main config.Alternative
No response
Additional context
Some questions:
Validations