Skip to content

NAL-i5K/genomics_workspace_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Genomics Workspace

Introduction

Test utilities based on robotframework using SeleniumLibrary to test production site of genomics-workspace.

Installation

pip install -r requirements.txt

Usage

  • Run all tests: at the root directory of this repo, run robot --variable url_prefix:[url_prefix of your genomics-workspace] ., for example, if you have a genomics-workspace instance with root url at https://gmod-i5k.nal.usda.gov/webapp/ robot --variable url_prefix:https://gmod-i5k.nal.usda.gov/webapp/ .
  • Run only one of the apps (blast, hmmer, or clustal): robot --variable url_prefix:[url_prefix of your genomics-workspace] [app]/