Issue
While trying to export a project as playbook I got the following error:
"Project could not be exported (See Log)"
...
Solution
If you want to export a project as playbook, your project needs to have a specific structure and content.
You can use the project template Playbook to get the right structure:
...
The folder Setup contains the initialization of your project.
The folder Tests contains the actual tests you want to run.
The folder Teardown contains the clean up tasks.
Note |
---|
Only packages and projects can be used inside a Playbook. |
...