mirror of https://github.com/nocodb/nocodb
Muhammed Mustafa
2 years ago
3 changed files with 28 additions and 1 deletions
@ -0,0 +1,12 @@
|
||||
<component name="ProjectRunConfigurationManager"> |
||||
<configuration default="false" name="test-debug" type="js.build_tools.npm"> |
||||
<package-json value="$PROJECT_DIR$/scripts/playwright/package.json" /> |
||||
<command value="run" /> |
||||
<scripts> |
||||
<script value="test-debug" /> |
||||
</scripts> |
||||
<node-interpreter value="project" /> |
||||
<envs /> |
||||
<method v="2" /> |
||||
</configuration> |
||||
</component> |
@ -0,0 +1,12 @@
|
||||
<component name="ProjectRunConfigurationManager"> |
||||
<configuration default="false" name="test" type="js.build_tools.npm" nameIsGenerated="true"> |
||||
<package-json value="$PROJECT_DIR$/scripts/playwright/package.json" /> |
||||
<command value="run" /> |
||||
<scripts> |
||||
<script value="test" /> |
||||
</scripts> |
||||
<node-interpreter value="project" /> |
||||
<envs /> |
||||
<method v="2" /> |
||||
</configuration> |
||||
</component> |
Loading…
Reference in new issue