1.0.0-alpha.55 • Published 3 years ago

tees-reporter v1.0.0-alpha.55

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

tees-reporter

About Reporter

Server Need

This reporter use public repositories of Report Portal.

reportportal.io here get more information.

Integration

For integration we use the module client-javascript, we create a client connect every time you run the test, and it will send test information to the server in real time.


Configuration

Here offers some configurations based on environment variables or a jest reporter key defined in reporter option. All configuration values should be strings.

Variable NameDescriptionExample
REPORTER_TOKENToken for connect to server."00000000-0000-0000-0000-000000000000"
REPORTER_END_POINTServer api address."http://your-instance.com:port/api/v1"
REPORTER_PROJECT_NAMEProject to connect."project_name"
REPORTER_LAUNCH_NAMELaunch name will be create in this test."launch_name"
REPORTER_TAGSTags for the launch, multiple tags are split by ,."tag1, tag2"

Or you can also define keys in your reporter option. All are string values.

  {
  ...
  "your_reporter": {
    "token": "00000000-0000-0000-0000-000000000000",
    "endpoint": "http://your-instance.com:port/api/v1",
    "project": "project_name",
    "launchname": "launch_name",
    "tags": "tag1, tag2",
  }
}
1.0.0-alpha.55

3 years ago

1.0.0-alpha.54

6 years ago

1.0.0-alpha.53

6 years ago

1.0.0-alpha.52

6 years ago

1.0.0-alpha.51

6 years ago

1.0.0-alpha.46

6 years ago

1.0.0-alpha.45

6 years ago

1.0.0-alpha.44

6 years ago

1.0.0-alpha.43

6 years ago

1.0.0-alpha.41

6 years ago

1.0.0-alpha.39

6 years ago

1.0.0-alpha.37

6 years ago

1.0.0-alpha.36

6 years ago

1.0.0-alpha.33

6 years ago

1.0.0-alpha.31

6 years ago

1.0.0-alpha.30

6 years ago

1.0.0-alpha.28

6 years ago

1.0.0-alpha.27

6 years ago

1.0.0-alpha.26

6 years ago

1.0.0-alpha.25

6 years ago

1.0.0-alpha.24

6 years ago

1.0.0-alpha.23

6 years ago

1.0.0-alpha.22

6 years ago

1.0.0-alpha.21

6 years ago

1.0.0-alpha.20

6 years ago

1.0.0-alpha.18

6 years ago

1.0.0-alpha.15

6 years ago

1.0.0-alpha.14

6 years ago

1.0.0-alpha.11

6 years ago

1.0.0-alpha.10

6 years ago

1.0.0-alpha.9

6 years ago

1.0.0-alpha.8

6 years ago

1.0.0-alpha.7

6 years ago

1.0.0-alpha.6

6 years ago

1.0.0-alpha.5

6 years ago

1.0.0-alpha.4

6 years ago

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago