Skip to content

klisfer/dialog-testrail-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testrails Dialog Bot

To enable the API , go to Testrails Admin accound Administration>Site Setting>API

You can clone the respository or download the zip file.

Steps to run the bot:

  1. Navigate to the project folder and run:
    $ npm install
  1. Create a .env file and add the following details
   BOT_TOKEN=xxxxxxxxx
   TEST_RAILS_HOST= https://domain.testrail.io
   TEST_RAILS_USER=xxxxxxxxx
   TEST_RAILS_PASS=xxxxxxxxx
   BOT_ENDPOINT=https://grpc-test.transmit.im:9443

    
  • BOT_TOKEN can be generated by creating a new bot on dialog app.
  • TEST_RAILS_HOST replace the 'domain' with your own testrail domain name and rest of the URL remains same.
  • TEST_RAILS_USER is the email id which you used to sign up on Testrail.
  • TEST_RAILS_PASS password to the testrail account
  • JIRA_URL Endpoint for Dialog bot
  1. Run the command:
   $ node app/index.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published