We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d453726 commit c47a0fbCopy full SHA for c47a0fb
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -35,3 +35,17 @@ Migration steps:
35
[Provide a migration path for existing applications.]
36
-->
37
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