Great demo and explained it in plenty of detail. I'm not sure I'd want the frantic repeated running of watch mode on our (slow) tests, but merging trace viewer with a test runner seems like a sensible move. Was pretty happy with the vscode extension already so time will tell if ui mode gets much use...
Really awesome videos explaining the features of playwright. Thank you! Could you also add some videos(or point to if already available somewhere)of running playwright in CI /CD environments for enterprise level applications ( particularly Azure DevOps) with features like (in nodejs) : 1) publishing test results and artifacts 2) Best practices (running in parallel?) 3) how to run in Docker, particularly building the app before running the tests: how to mount the volume so that we can later access the playwright-report folder 4) any other gotchas (I use cypress currently and it's a bit of a pain particularly in CI environment to start the server in the background and not pollute the terminal with app server logs and test logs)
Awesome! This is working for me in Visual Studio Code but when i run the npx command in Visual Studio it doesn't find any tests to run. Any suggestions?
Please make a video about the playwright using the docker container. I've been trying to start Java tests on the server using the playwright container for 2 days and nothing works! =)
Started trying out playwright to see its pros/cons vs the cypress I'm currently using. The demo tests are working fine as the videos show, but when I tried to run them in the UI mode as this video shows, I'm getting a "Playwright Test did not expect test() to be called here" error. Have not figured out if I'm doing something wrong or not.
More fantastic work. Question for you - is it possible to watch source code for changes and rerun tests (or even specific tests) on save? I'm a big fan of TDD and I use this feature in Jest all the time. If you could have something like Jest's watch mode in Playwright integrated with component testing, it might be possible to use Playwright for all manner of tests in a project. I'm keen to try this, but a watch mode based on changes to source code is vital for that workflow. Either way, the progress you're making at the moment is fantastic and I'm very keen to start using Playwright professionally! Great work!
Hi Team, How to skip these module while debugging the testcase Eg: "skipFiles": [ "${workspaceFolder}/node_modules/**/*.ts", "${workspaceFolder}/lib/**/*.ts", "/**/*.ts" ]
I started a new Next.js project (-y to all answers of create next app), installed playwright as in the docs and the --ui mode quits on me a few seconds later.
Great addition to great tool. But I got a problem, I tried run on clean install, and it works fine. But then I try to run --ui with my older tests, there are no tests in UI mode. In config file I see only 1 place testDir: './tests', - which is identical in both configs. Any suggestions?
This is awesome, you just answered most of the questions I have in mind.
Great demo and explained it in plenty of detail. I'm not sure I'd want the frantic repeated running of watch mode on our (slow) tests, but merging trace viewer with a test runner seems like a sensible move. Was pretty happy with the vscode extension already so time will tell if ui mode gets much use...
thanks for the feedback
Really awesome videos explaining the features of playwright. Thank you! Could you also add some videos(or point to if already available somewhere)of running playwright in CI /CD environments for enterprise level applications ( particularly Azure DevOps) with features like (in nodejs) :
1) publishing test results and artifacts
2) Best practices (running in parallel?)
3) how to run in Docker, particularly building the app before running the tests: how to mount the volume so that we can later access the playwright-report folder
4) any other gotchas (I use cypress currently and it's a bit of a pain particularly in CI environment to start the server in the background and not pollute the terminal with app server logs and test logs)
Love the way you explain it !
You are amazing , the video was made simple and understandable , love it
Fantastic work
Many thanks!
So cool and useful, we use it all the time now! Could I request that you also integrate a record button (Codegen) into UI Mode?
can you submit a feature request on GitHub, thanks
Thank you Debbie, excellent content
You are so welcome
Awesome! This is working for me in Visual Studio Code but when i run the npx command in Visual Studio it doesn't find any tests to run. Any suggestions?
Very nice tool, i hope my company start using it
Be the one that starts using it.
me too
Hi Debbie thank you this training! I cannot see the "Pick Locator" tab, any suggestion?
Please make a video about the playwright using the docker container. I've been trying to start Java tests on the server using the playwright container for 2 days and nothing works! =)
Great demo!! Thanks!
thanks glad you liked it
That's awesome! Is there a plan to make this available also in python version?
please submit all feature requests on GitHub
@@Playwrightdev oh, I thought that UI mode will be (at some point) part of all Playwright flavors
I was prototyping this same concept at work.
You guys just saved me so much time!
❤
good to know ;)
Amazing 🥳
sure is
Started trying out playwright to see its pros/cons vs the cypress I'm currently using. The demo tests are working fine as the videos show, but when I tried to run them in the UI mode as this video shows, I'm getting a "Playwright Test did not expect test() to be called here" error. Have not figured out if I'm doing something wrong or not.
Don't hesitate to file a bug on GitHub with more details!
More fantastic work.
Question for you - is it possible to watch source code for changes and rerun tests (or even specific tests) on save? I'm a big fan of TDD and I use this feature in Jest all the time. If you could have something like Jest's watch mode in Playwright integrated with component testing, it might be possible to use Playwright for all manner of tests in a project. I'm keen to try this, but a watch mode based on changes to source code is vital for that workflow.
Either way, the progress you're making at the moment is fantastic and I'm very keen to start using Playwright professionally! Great work!
would love you to join our discord server and ask your question there, thanks
Nice demo! Do you plan to support webstorm with plugin as well?
Hi Team, How to skip these module while debugging the testcase Eg: "skipFiles": [
"${workspaceFolder}/node_modules/**/*.ts",
"${workspaceFolder}/lib/**/*.ts",
"/**/*.ts"
]
I started a new Next.js project (-y to all answers of create next app), installed playwright as in the docs and the --ui mode quits on me a few seconds later.
Hey! Please file an issue on GitHub - happy to take a look and triage it from there. Thanks!
Nice!!
Awesome!
Does that work only for js version of playwright? Is there way to use it with python?
only for js
thank you Debbie
you're welcome
Great addition to great tool. But I got a problem, I tried run on clean install, and it works fine. But then I try to run --ui with my older tests, there are no tests in UI mode. In config file I see only 1 place testDir: './tests', - which is identical in both configs. Any suggestions?
can you join our discord server and post your question there, thanks so much
hi,how can I embed this tool into a browser page?thx~
It looks like playwright is watch tests only , and not the code , isn't it? Good video, btw!
Very useful
DO YOU SUPPORT IT ALSO ON PYTHON?
unfortunately not yet but feel free to fill out a feature request on GitHub
Can we expect a nice Playwright plugin for WebStorm?
And for the new Aqua IDE please.
please submit all feature requests on GitHub, thanks
Hi playwright team
Is there any future plan to support mobile app automation using playwright
please post all feature request on GitHub, thanks
WOW!
yes
we need copilotX integration with playwright
we sure do
Is the UI mode available in python as well?
unfortunately not, please fill out a feature request on GitHub or upvote if there is already one created
@@Playwrightdev guess ill just migrate to node
can UI mode run feature files cucumber?
It only supports @playwright/test.
The volume is not "wright".