-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to run Percy using VsTest. #4591
Comments
If you have a question, please add more detail of what you are trying to achieve, and what is not working. |
I am not sure where in VsTest I can put any of this code for Percy to run while the tests are running. Percy requires you to use npx percy app:exec --dotnet test Test1/Test2/Test3 Does VsTest allow me to call this somewhere in the VsTest Runner? I like VsTest especially the re running of failed tests. |
@aaronportier You will need to be more specific. For example what is Percy? Can you provide some example of how to use it? Can you provide a simple failing demo for us to take a look at? |
@Evangelink I am unsure of how to use it in VsTest. Percy uses the tests to take Screenshots and then looks at new screenshots to ensure the older Screenshots look the same and nothing has changed in the App. I can run the command line above from Visual Studio but I want to understand how to run Percy in VsTest Assemblies Test runner. I have the test runner in an Azure Pipeline. |
We have no experience of testing with Percy and don't have enough requests to invest looking into this tool. I fear that if you cannot provide specific question and reproducer we won't be able to help you much for now. |
Forget Percy.
Can I run this command line through VsTest npx Percy app:exec -- don't test
Test.Test1/apps/testapps
…On Tue, Jul 18, 2023, 12:34 PM Amaury Levé ***@***.***> wrote:
We have no experience of testing with Percy and don't have enough requests
to invest looking into this tool.
I fear that if you cannot provide specific question and reproducer we
won't be able to help you much for now.
—
Reply to this email directly, view it on GitHub
<#4591 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGVOYKSPYNLL43HF3AZCP3XQ23JVANCNFSM6AAAAAA2A2CXTI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
Percy requires you to use npx percy app:exec --dotnet test Test1/Test2/Test3
Steps to reproduce
Expected behavior
Actual behavior
Diagnostic logs
Environment
The text was updated successfully, but these errors were encountered: