25 lines
366 B
TOML
25 lines
366 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "pleno-vue"
|
|
|
|
[setup]
|
|
script = '''
|
|
npm ci
|
|
npx playwright install
|
|
'''
|
|
|
|
[[actions]]
|
|
name = "Run dev"
|
|
icon = "run"
|
|
command = "npm run dev"
|
|
|
|
[[actions]]
|
|
name = "Run all tests"
|
|
icon = "test"
|
|
command = "npm run test:all"
|
|
|
|
[[actions]]
|
|
name = "Run debug"
|
|
icon = "debug"
|
|
command = "npx playwright test --debug"
|