Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qxl.testtapper.testNameSpace in Manifest.json #37

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"title": "Qooxdoo TestTAPper",
"environment": {
"qx.icontheme": "Tango",
"testtapper.testNameSpace": "qx.test"
"qxl.testtapper.testNameSpace": "qx.test"
},
"include": [
"qx.test.*"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ $ npx qx package update
$ npx qx package install qooxdoo/qxl.testtapper
```

Now edit the `"myapp.test.*"` entry in your `compile.json` file to point to the
Now replace the `"qx.test.*"` entry in `application.includes` section of your `compile.json` file to point to the
test classes in your own application.
Also set value for the environment variable `qxl.testtapper.testNameSpace` in your `compile.json`.

```
$ npx qx serve
Expand Down
Loading