To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorTesting operator dashboard
- Background
-
- Given
- I create companies in database
- Given
- I create employer in database
- Scenarios
-
- Operator views daily macro parameters in the operator dashboard
- Operator views weekly and monthly macro parameters in the operator dashboard
- Operator views daily micro parameters in the operator dashboard
- Operator views weekly and monthly micro parameters in the operator dashboard
- Operator views daily macro parameters in the operator dashboard
-
- Given
- I create data for daily macro parameters in the operator dashboard
- Given
- I am on "/"
- Given
- I am try to log in as operator
- Given
- I am on "/?period=day"
- Then
- I can see macro parameters in the operator dashboard
- Operator views weekly and monthly macro parameters in the operator dashboard
-
- Given
- I create data for weekly and monthly macro parameters in the operator dashboard
- Given
- I am on "/"
- Given
- I am try to log in as operator
- Given
- I am on "/?period=week"
- Then
- I can see macro parameters in the operator dashboard
- Given
- I am on "/?period=month"
- Then
- I can see macro parameters in the operator dashboard
- Operator views daily micro parameters in the operator dashboard
-
- Given
- I create data for daily macro parameters in the operator dashboard
- Given
- I am on "/"
- Given
- I am try to log in as operator
- Given
- I am on "/?period=day"
- Then
- I can see micro parameters in the operator dashboard
- Operator views weekly and monthly micro parameters in the operator dashboard
-
- Given
- I create data for weekly and monthly macro parameters in the operator dashboard
- Given
- I am on "/"
- Given
- I am try to log in as operator
- Given
- I am on "/?period=week"
- Then
- I can see micro parameters in the operator dashboard
- Given
- I am on "/?period=month"
- Then
- I can see micro parameters in the operator dashboard
Last published almost 3 years ago by ashish lhoiya.