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

Using with Testscript Generator #82

Open
garyisaac opened this issue Sep 5, 2023 · 1 comment
Open

Using with Testscript Generator #82

garyisaac opened this issue Sep 5, 2023 · 1 comment

Comments

@garyisaac
Copy link

It looks like the testscript-engine wants the testscript files in the TestScripts folder with a fixtures sub-folder. The Testscript generator project creates scripts for an IG according to category level requirements and then has subfolders with scripts or a subfolder with the fixtures and scripts outside of this subfolder. In order to run the testscript engine on all test scripts generated for an IG, I would have to merge files to get them into the testscript-engine structure of one fixtures subfolder and files in the main folder. Is there a way to have the testscript-engine run tests against the generated test scripts for IG in the structure created by the Testscript Generator project without manually merging files? I can probably go into the source code and ask the testscript-engine to process by subfolder but I was wondering if there is a way to configure it without changing the source. Thanks!

@jhlee-mitre
Copy link
Contributor

You can configure things with arguments, if you need a very customized test configuration, run the engine on interactive mode below. You can specify specific file/folder to run test against in order.

bundle exec bin/testscript_engine interactive

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

No branches or pull requests

2 participants