Skip to content

Commit 4132783

Browse files
author
Dimitar Tachev
authored
Merge pull request #4438 from NativeScript/add-test-info-in-pr-template
chore: add e2e test info in PR template
2 parents 70050a5 + 6dbdd7f commit 4132783

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

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

38+
39+
<!--
40+
E2E TESTS
41+
42+
Additional e2e tests can be executed by comment including trigger phrase.
43+
44+
Phrases:
45+
`test cli-smoke`: Smoke tests for `tns run`.
46+
`test cli-create`: Tests for `tns create` commans.
47+
`test cli-plugin`: Tests for `tns plugin *` commands.
48+
`test cli-preview`: Tests for `tns preview` command.
49+
`test cli-regression`: Tests for backward compatibility with old projects.
50+
`test cli-resources`: Test for resource generate.
51+
`test cli-tests`: Tests for `tns test` command.
52+
`test cli-vue`: Smoke tests for VueJS projects based on {N} cli.
53+
`test cli-templates`: Tests for `tns run` on {N} templates.
54+
55+
Define other packages used in e2e tests:
56+
57+
- If PR targets master branch e2e tests will take runtimes and modules @next.
58+
- If PR targets release branch e2e tests will take runtimes and modules @rc.
59+
- You can control version of other packages used in e2e test by adding `package_version#<tag>` as param in trigger phrase (for example `test package_version#latest`).
60+
-->

0 commit comments

Comments
 (0)