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 employer report
- Background
-
- Given
- I create companies in database
- Given
- I create employer in database
- Scenarios
-
- Employer views trip logs reports
- Employer downloads a report
- Employer sorts the columns of a report
- Employer views employee logs reports
- Employer views employee satisfaction reports
- Employer views operations summary reports
- Employer views no show and cancellations reports
- Employer views trip exceptions reports
- Employer views on time arrivals reports
- Employer views vehicle deployment reports
- Employer views vehicle utilisation reports
- Employer views OTD reports
- Employer views OTA reports
- Data Inconsistency - Vehicle Deployment Report - Entry Selection should change based on filter change
- Data Inconsistency - OTA Report and OTD Report - Correct Delta In Arrival and Actual Departure time
- Data inconsistency and Downloading issue in Employees No Show Report. Correct Employee ID should be visible
- Data Incosistency in On Time Arrivals and On Time Departures Reports. Correct Logins canceled and logouts canceled should be shown
- Data Incosistency in On Time Arrivals and On Time Departures Reports. Non-zero average delay should be visible
- Employer views trip logs reports
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports trip logs
- Employer downloads a report
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports trip logs
- When
- I click link "Download"
- Employer sorts the columns of a report
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports trip logs
- Employer views employee logs reports
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports employee logs
- Employer views employee satisfaction reports
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports employee satisfaction
- Employer views operations summary reports
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports operations summary
- Employer views no show and cancellations reports
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports no show and cancellations
- Employer views trip exceptions reports
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports trip exceptions
- Employer views on time arrivals reports
-
- Given
- I create data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports on time arrivals
- Employer views vehicle deployment reports
-
- Given
- I create data for employer report
- Then
- Set business associate of driver
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports vehicle deployment
- Employer views vehicle utilisation reports
-
- Given
- I create data for employer report
- Then
- Set business associate of driver
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports vehicle utilisation
- Employer views OTD reports
-
- Given
- I create data for employer report
- Then
- Set business associate of driver
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports OTD
- Employer views OTA reports
-
- Given
- Filling database and login as employer using cookies
- Given
- I create admin in database
- Given
- I create "1" employees in database
- When
- I create schedule data for "Today" for "1" Employee with check_in in "45 Mins" and check_out in "2 Hours"
- When
- I create trip roster of "1" trip requests
- Then
- I assign driver to last manifest
- Then
- Set business associate of driver
- Given
- Driver accept income trip request
- Given
- Driver arrived request
- Given
- Start trip by driver request
- Given
- Driver onboards passanger request
- Given
- Driver completed a trip route request
- When
- I am on "/reports"
- Then
- I can see standard employer reports OTA
- Data Inconsistency - Vehicle Deployment Report - Entry Selection should change based on filter change
-
- Given
- I create data for employer report
- Then
- Set business associate of driver
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employer reports vehicle deployment
- Then
- I can see correct shift time in vehicle deployment in employer reports
- When
- I change the date for employer reports for vehicle deployment
- Then
- I should see "No data available in table"
- Data Inconsistency - OTA Report and OTD Report - Correct Delta In Arrival and Actual Departure time
-
- Given
- Filling database and login as employer using cookies
- Given
- I create admin in database
- Given
- I create "1" employees in database
- When
- I create schedule data for "Today" for "1" Employee with check_in in "45 Mins" and check_out in "2 Hours"
- When
- I create trip roster of "1" trip requests
- Then
- I assign driver to last manifest
- Then
- Set business associate of driver
- Given
- Driver accept income trip request
- Given
- Driver arrived request
- Given
- Start trip by driver request
- Given
- Driver onboards passanger request
- Given
- Driver completed a trip route request
- When
- I am on "/reports"
- Then
- I can see standard employer reports OTA
- Then
- I can see correct Delta In Arrival At Site for OTA in employer reports
- Then
- I can see correct Actual Depature Time At Site for OTD in employer reports
- Data inconsistency and Downloading issue in Employees No Show Report. Correct Employee ID should be visible
-
- When
- I create employee no show data for employer report
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see standard employee no show reports
- Data Incosistency in On Time Arrivals and On Time Departures Reports. Correct Logins canceled and logouts canceled should be shown
-
- Given
- I create cancelled trip data for employer report for check in
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see logins canceled in on time arrivals in employer reports
- Given
- I create canceled trip data for employer report for check out
- Then
- I can see logouts canceled in otd summary in employer reports
- Data Incosistency in On Time Arrivals and On Time Departures Reports. Non-zero average delay should be visible
-
- Given
- I create completed trip data for employer report for check out
- Given
- I am on "/"
- Given
- I am try to log in as employer
- When
- I am on "/reports"
- Then
- I can see non-zero average delay in logout
Last published almost 5 years ago by ashish lhoiya.