Skip to content

Commit

Permalink
Create enonic project test #530
Browse files Browse the repository at this point in the history
- add docs
  • Loading branch information
pmi authored and alansemenov committed Apr 11, 2024
1 parent ad39299 commit 6d5899a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/dev.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,26 @@ Options:

NOTE: Sandbox is not required when running with `--force` flag. In that case system wide java version will be used.

=== Test

Alias for the `gradlew test` command

$ enonic project test

Options:

[cols="1,3",options="header"]
|===
|Option
|Description

|`-f, --force`
|accept default answers to all prompts and run non-interactively
|===

NOTE: Sandbox is not required when running with `--force` flag.
In that case system wide java version will be used.

=== Deploy

As developers, we continuously need to deploy and test our code. Following command will build current project and deploy it to associated <<project-sandbox, sandbox>>:
Expand Down

0 comments on commit 6d5899a

Please sign in to comment.