Replies: 4 comments 1 reply
-
Thanks, @ibierut. Can you provide a quick explanation of the sample you have submitted? There are quite a few files in there, so would like to know what to look for and what is what. |
Beta Was this translation helpful? Give feedback.
-
Thank @egil for your quick response. In zip file from the first post, we have two components: DataSchema and DataSchemaFromSourcePanel. Additionally, there are two files required to run these components: Toolbar folder and the file fix.cs. Both components use the same tests from file DataSchemaBaseTests.cs. I wrote this test using the page object design pattern, so I have several folders. I put all the steps/bUnit actions in the file DataSchemaComponent, so you can also check this file. To make it easier, I ran my tests again with self-hosted agent. You can see that tests passed five times, but then test: DataSchemaFromSourcePanelTests.DataSchema_AddAndUpdateButtons_AddDataInLastRow failed. I made a short GIF that demonstrates how these components and tests work. This behavior is random and in another run, a different test could fail. |
Beta Was this translation helpful? Give feedback.
-
Hi @ibierut, appreciate your patience. Unfortunately, I cannot run the code locally, I do not have a Syncfusion license. But a few general observations:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I found a way for my tests to pass in the pipeline. I created a template with separate task for each component. |
Beta Was this translation helpful? Give feedback.
-
Hello.
According to this message, I have prepared a test sample and component that are having problems passing tests in build agents.
bUnit sample.zip
Beta Was this translation helpful? Give feedback.
All reactions