...
Code Block |
---|
'./e2e/authorise/authorise.spec.ts',
'./e2e/app/**/*.spec.ts',
'./e2e/assessments/assessments.component.spec.ts',
'./e2e/tcs/people/people.component.spec.ts',
'./e2e/tcs/curriculum/curriculum.component.spec.ts',
'./e2e/tcs/post/post.component.spec.ts',
'./e2e/tcs/programme/programme.component.spec.ts',
'./e2e/tcs/specialty-group/specialty-group-list.component.spec.ts' |
E2E smoke test for Admins -UI for Post, Assessment, curriculum, people, programme, speciality-group. |
---|
TIS App authorise user √ should redirect to the authorisation page √ should log in user TIS-Admins-UI App √ should display header component Assessments List √ should load page √ should display a smart search input √ should display pagination √ should display specific data √ should provide column sorting and filtering (one of each) Code Block |
---|
When clicking a column with sorting option
√ should sort records ASC based on this column's data
When clicking on a record
√ should go to view/edit page |
TCS/ People √ should load page √ should display a smart search input √ should display pagination √ should display specific data √ should provide column sorting and filtering (one of each) Code Block |
---|
When clicking on column filter
√ should display columns filters
√ should hide columns filters
When removing default current filter
√ should remove the filter button and reset the results
When checking a filter
√ should display a remove button
√ should have filtered the results
When clicking the remove filter button
√ should remove the filter button and reset the results
When unchecking the selected filter
√ should remove the filter button, uncheck the option and reset the results
When clicking a column with sorting option
√ should sort records ASC based on this column's data
When clicking on a record
√ should go to view/edit page |
TCS/ Curriculum √ should load page √ should display a smart search input √ should display pagination √ should display specific data √ should provide column sorting and filtering (one of each) Code Block |
---|
When clicking on column filter
√ should display columns filters
√ should hide columns filters
When checking a filter
√ should display a remove button
√ should have filtered the results
When clicking the remove filter button
√ should remove the filter button and reset the results
When uncheking the selected filter
√ should remove the filter button, uncheck the option and reset the results
When clicking a column with sorting option
√ should sort records ASC based on this column's data
When clicking on a record
√ should go to view/edit page |
TCS/ Post √ should load page √ should display a smart search input √ should display pagination √ should display specific data √ should provide column sorting and filtering (one of each) Code Block |
---|
When clicking on column filter
√ should display columns filters
√ should hide columns filters
When removing default current filter
√ should remove the filter button and reset the results
When checking a filter
√ should display a remove button
√ should have filtered the results
When clicking the remove filter button
√ should remove the filter button and reset the results
When unchecking the selected filter
√ should remove the filter, uncheck the option and reset the results
When clicking a column with sorting option
√ should sort records ASC based on primary site
When clicking on a record
√ should go to view/edit page |
TCS/ Programme √ should load page √ should display a smart search input √ should display pagination √ should display specific data √ should provide column sorting and filtering (one of each) Code Block |
---|
When clicking on column filter
√ should display columns filters
√ should hide columns filters
When removing default current filter
√ should have some filters actived by default
When checking a filter
√ should display a remove button
√ should have filtered the results
When clicking the remove filter button
√ should remove the filter button and reset the results
When clicking a column with sorting option
√ should sort records ASC based on this column's data
When clicking on a record
√ should go to view/edit page |
TCS/ SpecialtyGroup √ should load page √ should display a smart search input √ should display pagination √ should display specific data √ should provide column sorting |
Out of scope:
Any tests which can make any changes in the database including creating/delete/edit/upload operation across TIS Admin UI.
Environment to run against: Production
The process to run smoke tests in Jenkins pipeline:
...