Serenity/JS with Playwright Test
Home > Using notes > Todo list app should allow me to share notes across actors and browsers
Report generated 11-03-2025 23:25

Using Notes

  Firefox 134.0 (browser)   Retried   1 To 10 Seconds (Duration)   Linux 6.8.0-1021-Azure (platform)   Using Notes (feature)

Todo List App should allow me to share notes across actors and browsers
 

Cast

 

Alice can:
  • PerformActivities (PerformActivitiesAsPlaywrightSteps)
  • AnswerQuestions
  • RaiseErrors
  • ScheduleWork { scheduler: { clock: { timeAdjustment: { milliseconds: 0 } }, interactionTimeout: { milliseconds: 5000 } } }
  • BrowseTheWeb (BrowseTheWebWithPlaywright)
  • TakeNotes { notepad: { items: [ "buy some cheese", "feed the cat", "book a doctors appointment" ] } }
  • CallAnApi { baseURL: "https://todo-app.serenity-js.org/", headers: { common: { Accept: "application/json, text/plain, */*" } }, timeout: 10000 }

 

Bobby can:
  • PerformActivities (PerformActivitiesAsPlaywrightSteps)
  • AnswerQuestions
  • RaiseErrors
  • ScheduleWork { scheduler: { clock: { timeAdjustment: { milliseconds: 0 } }, interactionTimeout: { milliseconds: 5000 } } }
  • BrowseTheWeb (BrowseTheWebWithPlaywright)
  • TakeNotes { notepad: { items: [ "buy some cheese", "feed the cat", "book a doctors appointment" ] } }
  • CallAnApi { baseURL: "https://todo-app.serenity-js.org/", headers: { common: { Accept: "application/json, text/plain, */*" } }, timeout: 10000 }
Steps Outcome
SUCCESS 524ms
Alice ensures that displayed items does equal [ "buy some cheese", "feed the cat", "book a doctors appointment" ]
SUCCESS 017ms
Alice takes notes:
- items: [ "buy some cheese", "feed the cat", "book a doctors appointment" ]
SUCCESS 044ms
SUCCESS 338ms
SUCCESS 400ms
Bobby ensures that displayed items does equal [ "buy some cheese", "feed the cat", "book a doctors appointment" ]
SUCCESS 016ms
SUCCESS 1.7s
Serenity BDD version 4.2.12