mattermost/tests
2018-10-24 11:52:53 +01:00
..
Fake_Team_Import.zip [APIV4] POST /teams/{team_id}/import for apiv4 (#5920) 2017-04-03 17:38:26 +01:00
README.md Fix places where we still refer to "/loadtest" (#6732) 2017-06-23 13:36:13 -04:00
slack-import-test-channels.json Slack import unit tests (#4201) 2016-10-12 10:03:30 -04:00
slack-import-test-posts.json Slack import unit tests (#4201) 2016-10-12 10:03:30 -04:00
slack-import-test-users.json Slack import unit tests (#4201) 2016-10-12 10:03:30 -04:00
test-attachments.md Updated to Google Drive location (#7856) 2017-11-20 12:36:19 -08:00
test-config.json MM-10987 Turn on ExperimentalLimitClientConfig by default and remove setting (#9696) 2018-10-24 11:52:53 +01:00
test-emoticons1.md PLT-7356 and 7378 Reduce size of emoji test posts (#7291) 2017-08-25 10:43:06 -04:00
test-emoticons2.md Remove duplicate Nature section (#7571) 2017-10-04 12:01:26 -07:00
test-emoticons3.md PLT-7356 and 7378 Reduce size of emoji test posts (#7291) 2017-08-25 10:43:06 -04:00
test-emoticons4.md PLT-7356 and 7378 Reduce size of emoji test posts (#7291) 2017-08-25 10:43:06 -04:00
test-emoticons5.md PLT-7356 and 7378 Reduce size of emoji test posts (#7291) 2017-08-25 10:43:06 -04:00
test-emoticons6.md PLT-7356 and 7378 Reduce size of emoji test posts (#7291) 2017-08-25 10:43:06 -04:00
test-hashtags.md Moving tests to /tests and removing /doc folder. Docs are now in seperate repository 2016-02-18 09:25:10 -05:00
test-link-preview.md Update link preview test cases (#5620) 2017-03-04 17:49:46 +00:00
test-links.md PLT-6813 Removed misleading and outdated link tests (#6767) 2017-06-28 07:27:32 -07:00
test-markdown-basics.md Update test-markdown-basics.md (#5657) 2017-03-06 20:37:14 -05:00
test-markdown-lists.md Update markdown test for lists (#6131) 2017-04-18 08:26:25 -07:00
test-mentions.md Moving tests to /tests and removing /doc folder. Docs are now in seperate repository 2016-02-18 09:25:10 -05:00
test-search.md Add special characters hashtag tests (#6132) 2017-04-18 11:05:31 +01:00
test-slack-attachments.json Fix parsing attachment field links into markdown (#2958) (#2959) 2016-05-12 08:30:44 -04:00
test-syntax-highlighting.md Remove old tests from syntax-highlighting.md (#2970) 2016-05-12 07:45:31 -04:00
test-tables.md Update test-tables.md (#6775) 2017-06-28 09:37:43 -04:00
test.png Converting to Webpack. Stage 1. 2016-03-16 18:02:55 -04:00
testgif.gif Converting to Webpack. Stage 1. 2016-03-16 18:02:55 -04:00
testplugin.tar.gz MM-10702 Moving plugins to use hashicorp go-plugin. (#8978) 2018-06-25 12:33:13 -07:00
tls_test_cert.pem Set default ciphers, set tls 1.2 via config, set curve prefs (#9315) 2018-10-16 07:51:46 -07:00
tls_test_key.pem Set default ciphers, set tls 1.2 via config, set curve prefs (#9315) 2018-10-16 07:51:46 -07:00

Testing Text Processing

The text processing tests located in the doc/developer/tests folder are designed for use with the /test url command. This command posts the raw contents of a specified .md file in the doc/developer/test folder into Mattermost.

Turning on /test

Access the System Console from the Main Menu. Under Service Settings make sure that Enable Testing is set to true, then click Save. You may also change this setting from config.json by setting ”EnableTesting”: true. Changing this setting requires a server restart to take effect.

Running the Tests

In the text input box in Mattermost, type: /test url [file-name-in-testing-folder].md. Some examples:

/test url test-emoticons.md
/test url test-links.md

Notes:

  1. If a test has prerequisites, make sure your Mattermost setup meets the requirements described at the top of the test file.
  2. Some tests are over 4000 characters in length and will render across multiple posts.

Manual Testing

It is possible to manually test specific sections of any test, instead of using the /test command. Do this by clicking Raw in the header for the file when its open in GitHub, then copy and paste any section into Mattermost to post it. Manual testing only supports sections of 4000 characters or less per post.