Skip to content
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

Add command line execution support (Test Script) #41

Closed
ThinkingEngine-net opened this issue Sep 2, 2020 · 2 comments
Closed

Add command line execution support (Test Script) #41

ThinkingEngine-net opened this issue Sep 2, 2020 · 2 comments

Comments

@ThinkingEngine-net
Copy link
Owner

ThinkingEngine-net commented Sep 2, 2020

  • Run script or test plan from command line.
  • Select browser/execution options from the command-line.
  • No UI mode - fails if UI/input (non-selenium) Gherkin commands are used.
  • Update gherkin statements for compatibility.
  • Output a text log - specified filename
  • Output status in the command line.
@ThinkingEngine-net
Copy link
Owner Author

Parameter management written:

  • execute:<script> = Execute the script/project named "script"
  • output: = Output the results of the execution as test to the file specified (also outputs an .html version and a .rtf version if tests complete)
  • testplan: = The test plan in the project to run.

Execution of scripts complete:

  • Minimises UI
  • Loads script
  • Compiles Script
  • Disables UI elements in test scripts.

Need to add function for projects/test plans.

@ThinkingEngine-net ThinkingEngine-net changed the title Add command line execution support Add command line execution support (Test Script) May 15, 2022
@ThinkingEngine-net
Copy link
Owner Author

Added command line and output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant