Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 706 Bytes

help-test-rocket.chat.md

File metadata and controls

33 lines (22 loc) · 706 Bytes

Help Test Rocket.Chat

Requirements

  • Google Chrome Browser

Getting Started

Start Meteor

Run meteor with the command below:

TEST_MODE=true meteor

To run the tests, the server must be started with the environment variable TEST_MODE=true. This will set all animations' duration to 0 and create an extra admin user with the login values:

_id: "rocketchat.internal.admin.test"
name: "RocketChat Internal Admin Test"
username: "rocketchat.internal.admin.test"
emails: "[email protected]"
password: "rocketchat.internal.admin.test"

Run Tests

On another terminal window, run the test with the command below:

meteor npm run test