Add WeatherAPI config page
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user