
* test: MM-T820 MMT821 helper functions to be used by tests * test: MM-T820 keyboard shortcut opens dev tools for Application Wrapper * test: MM-T820 open dev tools for Application Wrapper through menu, Menu Dropdown > View > Developer Tools for Application Wrapper * test: MM-T821 open dev tools for Current Server through menu, Menu Dropdown > View > Developer Tools for Current Server * test: MM-T820 MMT821 scope tests in separate describe block * test: MM-T820 MMT821 add help functions used for basic interactions with dev tools console * test: MM-T820 MMT821 add constant setting values used to configure interactions with dev tools console * test: MM-T820 check if dev tools is pointing to index.html file by sending alert dialogue from dev tool and detecting the dialog event on page, when opening dev tool using keyboard shortcut * test: MM-T820 check if dev tools is pointing to index.html file by sending alert dialogue from dev tool and detecting the dialog event on page, when opening dev tool using menu * test: MM-T821 check if dev tools is pointing to current application server by sending alert dialogue from dev tool and detecting the dialog event on page, when opening dev tool using menu * test: MM-T820 MMT821 increase timeout value of test suite as more time is needed for dev tools to be ready for interaction * test: MM-T820 MMT821 remove extra whitespace when sending command to dev tools console * test: MM-T820 MMT821 split check for dev tools open and where dev tools is pointing to as 2 different parts test: MM-T820 MMT821 fix lint errors
Mattermost Desktop
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. This repo is for the native desktop application that's built on Electron; it runs on Windows, Mac, and Linux.
Originally created as "electron-mattermost" by Yuya Ochiai.
Features
Desktop integration
- Server dropdown for access to multiple teams
- Dedicated tabs for Channels, Boards and Playbooks
- Desktop Notifications
- Badges for unread channels and mentions
- Deep Linking to open Mattermost links directly in the app
- Runs in background to reduce number of open windows
Usage
Installation
Detailed guides are available at docs.mattermost.com.
- Download a file from the downloads page or from the releases page.
- Run the installer or unzip the archive.
- Launch Mattermost from your Applications folder, menu, or the unarchived folder.
- On the first launch, please enter a name and URL for your Mattermost server. For example,
https://mattermost.example.com
.
Configuration
You can show the dialog from menu bar.
Configuration will be saved into Electron's userData directory:
%APPDATA%\Mattermost
on Windows~/Library/Application Support/Mattermost
on OS X~/.config/Mattermost
on Linux
A custom data directory location can be specified with:
Mattermost.exe --args --data-dir C:\my-mattermost-data
on Windowsopen /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/
on macOS./mattermost-desktop --args --data-dir ~/my-mattermost-data/
on Linux
Custom App Deployments
Our docs provide a guide on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings.
Development and Making Contributions
Our developer guide has detailed information on how to set up your development environment, develop, and test changes to the Desktop App.