User tests: Successful: Unsuccessful:
Unifies the test descriptions. The describe text should always be:
Test that the {component name} {view name} view
While the description of the test itself should be a continuation of the description text like:
can {the tests which are performed}
Both texts should be possible to concat so a meaningful sentence will be built. Because these texts will be displayed in cypress like:
Category | ⇒ | JavaScript Unit Tests |
Status | New | ⇒ | Pending |
Labels |
Added:
?
PR-4.4-dev
|
'can create a article'
==>
'can create an article'
I have tested this item
These text patterns should be documented
Suggestion:
it('testing registration form for a test user through a menu item', () => {
it('can show..,
and it('can display...
are both used.
Preference? Or leave it that way?
Better to use display
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-17 08:55:06 |
Closed_By | ⇒ | MacJoom |
Thanks all
@brianteeman can you have a look here if I screwed up something?