Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed May 14, 2019
1 parent f827563 commit 34d1347
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 31 deletions.
21 changes: 0 additions & 21 deletions .travis.yml~

This file was deleted.

9 changes: 2 additions & 7 deletions Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"email": "tobi@oetiker.ch"
}
],
"version": "0.3.0",
"version": "0.3.1",
"sourceViewUri": "https://github.com/qooxdoo/qxl.testtapper/blob/%{qxGitBranch}/source/class/%{classFilePath}#L%{lineNumber}"
},
"provides": {
Expand All @@ -34,12 +34,7 @@
"qx.icontheme": "Tango"
},
"include": [
"qx.*"
],
"exclude": [
"qx.test.*",
"qx.module.Blocker",
"qx.module.Placement"
"myapp.test.*"
]
}
},
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ http://www.qooxdoo.org/qxl.testtapper/

## Adding an testrunnner to your own code
```
$ qx contrib update
$ qx contrib install qooxdoo/qxl.testtapper
$ nqx qx package update
$ nqx qx package install qooxdoo/qxl.testtapper
$ echo 10 > .nvmrc
$ npm i puppeteer yargs nyc coveralls puppeteer-to-istanbul
$ qx serve
```

Now edit the `"myapp.test.*"` entry in your `compile.json` file to point to the
test classes in your own application.

```
$ npx qx serve
```

Then browse to [http://localhost:8080](http://localhost:8080). You will see that you now have a new application listed, the "Qooxdoo testTAPper", that you can click on the link to run. The output of the application may be a bit underwhelming ... have a look at the debug console to see the action.
Expand Down

0 comments on commit 34d1347

Please sign in to comment.