-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
- Install IntelliJ Community Version.
- Open Project -> Point to the folder the project is in.
- When prompted in the lower right, install the Cucumber plugin.
- Restart your IDE.
- You may do shared indexes if you like. Note that it is a paid feature after 30 days.
- Go to the Build menu select Build Project
- When prompted in the lower right select an SDK.
- In the SDK dropdown, select a version of Java supported by Sentinel (see the version information at the top of the Sentinel Readme.)
- Click Apply
- Click Ok
- Build-> Build Project
- In the bottom left there's a Build icon with Build. Clicking it shows you what happened in the build.
- In the Project sidebar on the left, Open sentinel/src/test/java/tests.
- Right-click on SentinelTests and select Run from the drop-down. All tests should execute and pass.
Editing Configs
- Run -> Run configurations
- In the Build and run section, there is a textbox with -ea in it. Add commandline arguments in that box AFTER the '-ea '
Running with code coverage
- Build -> Build Configurations
- Remove tests from the add section
- Remove "tests" from the files to add section.
- Select Run with Code coverage (makes sure you run all tests)
Bring Up Maven Window
View -> Tool Windows -> Maven
Metadata
Metadata
Assignees
Labels
No labels