mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 14:45:27 +00:00
IntelliJ Idea/Goland run configuration to start one integration test
(requires running parts from /integration_tests/run.sh first) Related #2839
This commit is contained in:
parent
0295ca19bc
commit
eeefb4062e
15
.run/DSLFunctionsIT.run.xml
Normal file
15
.run/DSLFunctionsIT.run.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="DSLFunctionsIT" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="nuclei" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/integration_tests" />
|
||||||
|
<envs>
|
||||||
|
<env name="DEBUG" value="true" />
|
||||||
|
<env name="TESTS" value="http/dsl-functions.yaml" />
|
||||||
|
</envs>
|
||||||
|
<kind value="PACKAGE" />
|
||||||
|
<package value="github.com/projectdiscovery/nuclei/v2/cmd/integration-test" />
|
||||||
|
<directory value="$PROJECT_DIR$" />
|
||||||
|
<filePath value="$PROJECT_DIR$/v2/cmd/integration-test/integration-test.go" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
</component>
|
||||||
Loading…
x
Reference in New Issue
Block a user