We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a71d55 commit 37eea39Copy full SHA for 37eea39
README.md
@@ -36,18 +36,3 @@ $ oc new-project my-example-project # Create a project to deploy to
36
$ npm run openshift # Deploys the example app
37
```
38
39
-This app has an example of integration test using an [integration test tool for Node.js apps on OpenShift](https://github.com/nodeshift/rhoaster)
40
-
41
-Once you started your local OpenShift instance you can check it out by running the following commands:
42
43
-```
44
-npm run test:integration
45
46
47
-It will deploy the app to local OpenShift and run the tests located on `test/integration` directory.
48
49
50
-npm run test:integration:undeploy
51
52
53
-Performs undeploy of the app inside local OpenShift.
0 commit comments