Understanding Playwright and Artillerys Arguments

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Great series very helpful. Now, I have been having a play, and was wondering in the advance course, is it correct that in the yml we should only call one test function in our scenario? For example I have a login and a logout functions, so in the yml I assume that you would need to create a login-logout test function to be called rather than using a flow. I am assuming this sine the page object may or may not transition correctly. I also found that the yml does not understand namespaces. Overall, these seems to be limitation, but really awesome that I can use the same code fro e2e testing with Playwright and create load tests with artillery. Thanks again, but interested on managing larger flows, and what you recommend.

feralgoose
Автор

i am getting TypeError: step is not a function error

AfnanKhan-nlem
Автор

Hello all! Does anyone know how I can make playwright work with papercut or something similar to that? I do not want to use my real email in dev, so what should I do? From what I understand the issue is that papercut has only a desktop client and playwright can only interact with web applications. Does anyone have any tips?

konstantinoskinnas