Allure TestOps
Test results obtained in Emcee can be uploaded to your Allure TestOps System.
Just follow the instructions below.
Running tests and getting results#
Native tests#
We recommend running tests using emcee-cloud CLI.
CLI#
2. Configure your run via configuration file and/or command line flags
Important parameters
The following parameters are very important for further processing of the results:
--reports
cli flag or outputs
parameter in config file must contain allure
option, as this format will be required for uploadin results step.
Additionally, you can specify path to save report using config file parameter output_folder
or cli flag -o, --output
.
3. Run tests and wait for the results
Web-UI#
Alternatively, you can run the tests through Web-UI, get the results manually, and proceed to the uploading results step.
1. Configure and run tests on emcee.cloud
2. Wait for the tests to complete
Appium tests#
Since Appium tests are executed on the client side, the execution results remain on the client machines as well.
Allure report generation must be supported and enabled at your test level.
You can run tests using your default run method or via emcee-cloud CLI.
Uploading results#
The obtained results can be uploaded to your Allure TestOps System via allurectl or manually.