Skip to content

Commit 6dbdd7f

Browse files
authored
fix: e2e descriptions
1 parent 84f8c7d commit 6dbdd7f

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ Phrases:
4545
`test cli-smoke`: Smoke tests for `tns run`.
4646
`test cli-create`: Tests for `tns create` commans.
4747
`test cli-plugin`: Tests for `tns plugin *` commands.
48-
`cli-preview`: Tests for `tns preview` command.
49-
`cli-regression`: Tests for backward compatibility with old projects.
50-
`cli-resources`: Test for resource generate.
51-
`cli-tests`: Tests for `tns test` command.
52-
`cli-vue`: Smoke tests for VueJS projects based on {N} cli.
53-
`cli-templates`: Tests for `tns run` on {N} templates.
54-
55-
Notes:
56-
If PR is against release branch additional comment should be added:
57-
`test package_version#<tag>` (for example `test package_version#latest`)
58-
This will tell what version of other packages will be used in tests.
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`).
5960
-->

0 commit comments

Comments
 (0)