Skip to content

Commit c47a0fb

Browse files
authored
chore: add e2e test info in PR template
Add info how to run e2e tests on PR.
1 parent d453726 commit c47a0fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,17 @@ Migration steps:
3535
[Provide a migration path for existing applications.]
3636
-->
3737

38+
39+
## Need additional testing?
40+
Additional e2e tests can be executed by comment including trigger phrase.
41+
42+
Phrases:
43+
`test cli-smoke`: Smoke tests for `tns run`.
44+
`test cli-create`: Tests for `tns create` commans.
45+
`test cli-plugin`: Tests for `tns plugin *` commands.
46+
`cli-preview`: Tests for `tns preview` command.
47+
`cli-regression`: Tests for backward compatibility with old projects.
48+
`cli-resources`: Test for resource generate.
49+
`cli-tests`: Tests for `tns test` command.
50+
`cli-vue`: Smoke tests for VueJS projects based on {N} cli.
51+
`cli-templates`: Tests for `tns run` on {N} templates.

0 commit comments

Comments
 (0)