1.0.0-alpha.55 • Published 2 years ago

tees-reporter v1.0.0-alpha.55

Weekly downloads
1
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.0-alpha.54

5 years ago

1.0.0-alpha.53

5 years ago

1.0.0-alpha.52

5 years ago

1.0.0-alpha.51

5 years ago

1.0.0-alpha.46

5 years ago

1.0.0-alpha.45

5 years ago

1.0.0-alpha.44

5 years ago

1.0.0-alpha.43

5 years ago

1.0.0-alpha.41

5 years ago

1.0.0-alpha.39

5 years ago

1.0.0-alpha.37

5 years ago

1.0.0-alpha.36

5 years ago

1.0.0-alpha.33

5 years ago

1.0.0-alpha.31

5 years ago

1.0.0-alpha.30

5 years ago

1.0.0-alpha.28

5 years ago

1.0.0-alpha.27

5 years ago

1.0.0-alpha.26

5 years ago

1.0.0-alpha.25

5 years ago

1.0.0-alpha.24

5 years ago

1.0.0-alpha.23

5 years ago

1.0.0-alpha.22

5 years ago

1.0.0-alpha.21

5 years ago

1.0.0-alpha.20

5 years ago

1.0.0-alpha.18

5 years ago

1.0.0-alpha.15

5 years ago

1.0.0-alpha.14

5 years ago

1.0.0-alpha.11

5 years ago

1.0.0-alpha.10

5 years ago

1.0.0-alpha.9

5 years ago

1.0.0-alpha.8

5 years ago

1.0.0-alpha.7

5 years ago

1.0.0-alpha.6

5 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago