3.1.1 • Published 3 months ago

@octomind/debugtopus v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

debugtopus 🐙💻

Tool to run your octomind tests against a local instance of your app.

Installation

npm i @octomind/debugtopus

Description

Required

  • -t, --token <token> - auth token to authorise against octomind app
  • -tt, --testTargetId <test-target-id> - ID of the test target you want to run against
  • -u, --url <local-url> - an url of your app you want the tests to be run against

Optional

  • -i, --id <test-case-id> - ID of the test case you want to run locally - if not provided will run all test cases in the specified target
  • -o, --octomindUrl <octo-url> - defaults to production app app.octomind.dev. Used by octoneers to test against different environments

Usage

You should get the base command including id and token from octomind. You should just add the url of the app you would like to run the test against:

Running one test case:

npx @octomind/debugtopus --id <test-case-id> --token <token> --url <local-url> --testTargetid <testTargetid>

Running all test cases in a test target:

npx @octomind/debugtopus --token <token> --url <local-url> --testTargetid <testTargetid>

You can also use a specific version:

 npx --package @octomind/debugtopus@<some-version> debugtopus --id <test-case-id> --token <token> --url <local-url> --testTargetid <testTargetid>
3.1.1

3 months ago

3.1.0

4 months ago

3.0.0

5 months ago

2.5.1

5 months ago

2.5.0

6 months ago

2.4.2

6 months ago

2.4.1

7 months ago

2.4.0

7 months ago

2.3.0

9 months ago

2.2.3

9 months ago

2.2.2

10 months ago

2.2.0

11 months ago

2.1.1

11 months ago

2.1.0

11 months ago

2.0.4

11 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago