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

Update dependencies and readme #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
35 changes: 16 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Rooibos sample test project.

Rooibos currently requires brighterscript version 0.52.3 - please use only this version. We are working to resolve this issue, so it works with current versions of brighterscript and will have a solution for this limitation, shortly.

Clone this project so you can start playing with rooibos 4 right now. It demonstrates:

- project setup with the brighterscript compiler
- folder structure
- launch tasks
- npm scripts
- plugins
- integration with roobios
- installation
- bsconfig configuration
- custom test suite
- basic test usage
- beforeEach
- beforeEach for a specific group
- mocking
# Rooibos sample test project

This is a sample test project using the [Rooibos testing framework for Roku](https://github.com/georgejecook/rooibos)

Clone this project so you can start playing with Rooibos right away. It demonstrates:

- Project setup with the brighterscript compiler
- Folder structure
- Launch tasks
- NPM scripts
- Plugins
- Integration with Rooibos
- Installation
- Bsconfig configuration
- Custom test suite
- Basic test usage
- `beforeEach`
- `beforeEach` for a specific group
- Mocking
21 changes: 15 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
{
"name": "rooibos-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "Sample application demonstrating how to use the Rooibos testing framework for Roku.",
"author": "",
"license": "ISC",
"devDependencies": {
"brighterscript": "0.52.3",
"rooibos-roku": "5.2.3",
"rooibos-roku": "5.4.2",
"undent": "0.1.0",
"roku-deploy": "3.7.0",
"roku-log-bsc-plugin": "0.6.1",
"roku-deploy": "3.10.0",
"roku-log-bsc-plugin": "0.7.0",
"bslib": "1.0.0"
},
"scripts": {
"build-tests": "npx bsc",
"build-tdd": "npx bsc --project bsconfig-tdd.json"
}
},
"repository": {
"type": "git",
"url": "https://github.com/georgejecook/rooibos-roku-sample.git"
},
"keywords": [
"rooibos",
"roku",
"testing"
],
"homepage": "https://github.com/georgejecook/rooibos-roku-sample"
}