You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,26 @@ Migration steps:
35
35
[Provide a migration path for existing applications.]
36
36
-->
37
37
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`).
0 commit comments