hubl/cypress
Jean-Baptiste Pasquier e65def6234 major: orbit branding 2021-06-15 13:48:49 +02:00
..
fixtures feature: user, project, channel and job offer create test flows and project, channel and job offer edit test flows 2020-07-03 19:25:23 +02:00
integration major: orbit branding 2021-06-15 13:48:49 +02:00
plugins Feature/cypressio 2020-05-19 13:13:30 +00:00
support cy: no more naviagte 2020-09-17 13:08:44 +02:00
README.md update: wrapping up and final adjustments to completed test flows 2020-07-16 15:50:16 +02:00

README.md

Users:

 - signin
 - signup
 - create
 - listing
 - edit
    // TO-FIX: Uncomment workaround (blocked by: nested routing bug)

Job Offers:

 - create
 - edit
 - listing
    // TO-FIX: Search by title and description (blocked by: no search fields available)
 - post
    // TO-DO: Entire flow (blocked by: no published / unpublished flag)

Channels:

 - create
 - edit
 - leave
 - retire
 - delete
 - join
    // TO-DO: Join other user created project (blocked by: can't create new user to create a channel)
 - invite
    // TO-DO

Projects:

 - create
 - edit
 - leave
 - retire
 - delete
    // TO-DO: Delete a project (blocked by: no option to delete a project)
 - join
    // TO-DO: Join other user created project (blocked by: can't create new user to create a project)
 - invite
    // TO-DO

Breakdown:

DONE: 15
TO-FIX: 2
BLOCKED: 4
NOT DONE: 2