0
Planowane

Private workflow unit test case error - unauthorized to execute

jigar patel 3 lat temu w Studio Ostatnio zmodyfikowane przez Siphamandla Dube 3 lat temu 2

I have created one workflow that workflow can not be accessed via public URl. I have created test case for that workflow and selected Run As Public workflow. Now I am facing error like unauthorized to execute.

Image 986


Meeting video link for reference.

https://theunlimited-my.sharepoint.com/:v:/g/personal/khushbu_desai_theunlimited_co_za/EaooH-nvZSJAval0VGcbDFIBqmJF8q_b33MfFP-WX2J2RA

Odpowiedź
Siphamandla Dube 3 lat temu

Hello Jigar,

Thank you for bringing this issue to our attention.

The User selection should indeed be sending the Server_Name and Server_Password of the Server the tests sit-in, which is currently not the case with our codebase, the Public select should also be sending its payload as an anonymous user so this behavior can be tested correctly and hence this ticket will be used to enhance this framework in regards to these behaviors.

However, the security of the Warewolf server will not be in your way should you provide the server the tests sits-in with the Server_Name and Server_Password included in the URL as follows: 
http://[[SERVER_NAME]]:[[SERVER_PASWORD]]@localhost:54914/secure/Hello%20World.tests?Name=etetet" title="http://%5b%5bserver_name%5d%5d:%5b%5bserver_pasword%5d%5d@localhost:54914/secure/hello%20world.tests?name=etetet" href="http://%5B%5BSERVER_NAME%5D%5D:%5B%5BSERVER_PASWORD%5D%5D@localhost:54914/secure/Hello%20World.tests?Name=etetet" rel="noopener noreferrer" target="_blank" tabindex="-1">HTTP://[[SERVER_NAME]]:[[SERVER_PASWORD]]@localhost:54914/secure/Hello%20World.tests?Name=etetet


Hope this suggestion helps you resolve the critical part of your issue.

Kind regards

Siphamandla Dube

0
Z odpowiedzią

Can/how can you pass a json object into a Warewolf Workflow Service?

Timothy Boyden 3 lat temu Ostatnio zmodyfikowane przez Ashley Lewis 3 lat temu 1

Scenario: I want to sync a set of product records from a local inventory management system to a web store. The local inventory management system provides the data in one json format and I have to convert that data to the web store's json format by doing a data mapping. The json document of product records would be POST to the Warewolf Workflow Service. The service would then transform the data and perform a HTTP POST to the web store.


How could I accomplish that with the current Warewolf toolset (as of 2.6.2.0)?  

service studio workflow
+1
Ukończony

Suspend Tool is not working properly in warewolf version 2.6.6

Hemant Chauhan 3 lat temu Ostatnio zmodyfikowane przez anonymous 3 lat temu 2

WareWolf Version : 2.6.6

Please find attached workflow and perform below steps to check two different errors in suspend Tool.


Error 1

1) Copy the input payload from comment section.

2) Execute the workflow 

Error 2

1) Copy the input payload from comment section.

2) Uncheck Manual resumption from suspend tool.

3) Execute the workflow.

 

AdvanceSuspendTesting.bite

0
Ukończony

Test Case Is getting failed in Dev & Staging environment.

Hemant Chauhan 3 lat temu Ostatnio zmodyfikowane przez Siphamandla Dube 3 lat temu 3

Test Cases is sometimes getting failed and some times getting pass in dev and stagging environment. Please find below details for more information. 

newjourney_serverLog.log

TestCasePassReport.png

CoverageReport.PNG

TestCaseReport.PNG

Note: This is high priority blocker for us

Odpowiedź
Siphamandla Dube 3 lat temu

Closing ticket as the is no longer any further communication in this regard. 

0
Z odpowiedzią

Configure SSL certificate for port 3143?

Timothy Boyden 3 lat temu w Server Ostatnio zmodyfikowane przez Elmo 3 lat temu 2

How do you secure port 3143 with a real SSL certificate? Haven't been able to find any documentation on this. Using server version 2.6.2.0.

server
+1
Ukończony

Facing Issue while deleting test cases

Hemant Chauhan 3 lat temu Ostatnio zmodyfikowane przez Siphamandla Dube 3 lat temu 3

Werewolf Version : 2.6.6

We are facing the issue while deleting the test cases. Please check attached file for the same. 

WW Issue-20211115_174356-Meeting Recording.mp4

Server Log

Odpowiedź
Siphamandla Dube 3 lat temu

Hello Hermant,

In regards to: "Thus, we will keep this ticket open and use it to track the work needed to adjust the mechanism to cater to this." This has been revised and the best solution with this enhancement would be to manually clean the "%programdata%\Warewolf\CoverageReports" folder as with each test we run the Test Coverage report is generated.

Steps:

  1. Delete all Coverage Reports inside "%programdata%\Warewolf\CoverageReports"
  2. Run http://localhost:3142/secure/.tests or of that specific folder
  3. Run http://localhost:3142/secure/.coverage should at this point regenerate all the reports you just removed

With this suggestion, this ticket will be closed.

0
Ukończony

Facing Issue While Creating Unit Test Cases.

Hemant Chauhan 3 lat temu Ostatnio zmodyfikowane przez Siphamandla Dube 3 lat temu 2

Warewolf Version : 2.6.6

Issue Detail : API long response is getting cut down in test framework. Please check attached video for more detail. 

Test Framework Issue-20211112_185932-Meetin....mp4

+1

Suspend Tool Failing

Anonim 3 lat temu w Server / Execution 0

There is a problem with the suspend tool. I have two workflows created in 2.6.6.0, one works fine and the other does not.

Works fine: SuspendToolTest

Does not work: suspendtest

suspendtest.bite
SuspendToolTest.bite


Image 975

Image 976

+1
Planowane

Dark Theme in Warewolf Studio

Hemant Chauhan 3 lat temu Ostatnio zmodyfikowane przez Gandalf 3 lat temu 2

its all about the choice but I am suggesting you because it help to reduce the eyes stress of developer. 

Odpowiedź
Gandalf 3 lat temu

Hi Hemant

We are working on a web UI and will include this in that version. In the interim, why dont you try https://justgetflux.com/

There is a specific "Reduce Eyestrain" feature which I use.

0

Warewolf-2.6.4: Facing issue with input parameters which persist value from another workflow with same name but in different folder.

maya khambhayata 3 lat temu w Studio 0

Discussion-20211022_125108-Meeting Recording.mp4Warewolf-2.6.4: Create workflow with name "Main" in 2 folder "PreWelcome" and "Welcome". Both workflows have same name "Main" but logic is different in different folder. but input parameters are same for both the workflows like "journeyname" and "referenceid" but value is different. It creating problem with the persistent of value in workflows.  I am posting video and workflows for the same.workflow.zip