Hello, I really appreciate your videos and I have one question about the app. I`m trying to add a product and when I try to select the data picker for my tests I just can`t. I activated the "show shadow dom", I can see the locator, div#picker, but can`t use it. You can`t even inspect the calendar. Can you give us some details about this thing please?
I had trouble setting the .runsettings file to be recognised in VS. I resolved this with a Directory.Build.props file in Dependencies. Add a new file called “Directory.Build.props” to the project, add the text: $(MSBuildProjectDirectory)\Example.runsettings Then the example at about 8:30 will work, regardless of how you start the test or debug.
Hi, i created an Nunit Playwright project. but unable to run tests in UI mode using the run settings file. i have done all the steps as mentioned in the video. but still it doesn't work. using community visual studio.. 2019 latest nunit and playwright. note : able to run tests in ui mode via CLI Please help me. thank you
Thank you very much for this! It seems that Microsoft does not know how to run documentation since adding an image with add custom run settings from visual studio and a paragraph should have been 5 minutes for them, but yeah their documentation was always very bad.
how do we use this runsettings file from Azure yaml pipeline? I have a runsettings file names "QA.Firefox.runsettings". I tried to specify it like : task: DotNetCoreCLI@2 displayName: Run tests in Firefox inputs: command: test --settings:QA.Firefox.runsettings projects: "**/*.csproj" publishTestResults: true arguments: --no-restore --configuration $(buildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect:"XPlat Code Coverage" --filter TestCategory=Firefox But I get the error "##[error]The command test --settings:QA.Firefox.runsettings was not recognized." when running the pipeline. How do we run the test using specific runsettings file via yaml pipeline ? Any help is much appreciated. Thank you.
How do you get runsettings to not run from incognito? Every time I use the settings from here, it runs in incognito and I can't get my extension to load =x
Thank you for this!
Most welcome :)
Hello, I really appreciate your videos and I have one question about the app. I`m trying to add a product and when I try to select the data picker for my tests I just can`t. I activated the "show shadow dom", I can see the locator, div#picker, but can`t use it. You can`t even inspect the calendar. Can you give us some details about this thing please?
Useful tips, thanks and keep up!
I had trouble setting the .runsettings file to be recognised in VS. I resolved this with a Directory.Build.props file in Dependencies. Add a new file called “Directory.Build.props” to the project, add the text:
$(MSBuildProjectDirectory)\Example.runsettings
Then the example at about 8:30 will work, regardless of how you start the test or debug.
Hi, i created an Nunit Playwright project. but unable to run tests in UI mode using the run settings file. i have done all the steps as mentioned in the video. but still it doesn't work.
using community visual studio.. 2019
latest nunit and playwright.
note : able to run tests in ui mode via CLI
Please help me. thank you
Thank you very much for this! It seems that Microsoft does not know how to run documentation since adding an image with add custom run settings from visual studio and a paragraph should have been 5 minutes for them, but yeah their documentation was always very bad.
Thank you
You're welcome:)
how do we use this runsettings file from Azure yaml pipeline? I have a runsettings file names "QA.Firefox.runsettings". I tried to specify it like :
task: DotNetCoreCLI@2
displayName: Run tests in Firefox
inputs:
command: test --settings:QA.Firefox.runsettings
projects: "**/*.csproj"
publishTestResults: true
arguments: --no-restore --configuration $(buildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect:"XPlat Code Coverage" --filter TestCategory=Firefox
But I get the error "##[error]The command test --settings:QA.Firefox.runsettings was not recognized." when running the pipeline. How do we run the test using specific runsettings file via yaml pipeline ? Any help is much appreciated. Thank you.
This is a great question. I will get a video created for this.
How do you get runsettings to not run from incognito? Every time I use the settings from here, it runs in incognito and I can't get my extension to load =x