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

Defining test suites #72

Closed
HeneryHawk opened this issue May 21, 2019 · 5 comments
Closed

Defining test suites #72

HeneryHawk opened this issue May 21, 2019 · 5 comments

Comments

@HeneryHawk
Copy link

Hi,
are there any plans to implement support for test suites like protractor or selenium does?

I would like to separate my tests into various test suites so that i can execute particular tests behind a suite via cli parameter.

Regards
Simon

@maximnaidenov
Copy link
Contributor

Hi,
we plan to implement support for explicit testsuite filtering, we have backlog for this but have some more stuff to complete before coming to this.
In the meantime, you could use several approaches to achieve the same:

  1. Use single spec.js and include ( conditionally --params.key=value) subsets of the tests.
  2. Use several conf.js files where you define specific suites with specs: '../smoke/*.spec.js'
    and then call with uiveri5 smoke.conf.js

@maximnaidenov
Copy link
Contributor

Closing as this is a feature request, already covered by our backlog.

@ThomasMarz
Copy link

Hello Maxim,

where is your backlog? I checked the TODO but this seems out of date:
https://github.com/SAP/ui5-uiveri5/blob/master/docs/todo.md

i tried to achieve 1. but do not understand how to read the params.key in my conf.js. Can you provide more info on this?

regards Thomas

@maximnaidenov
Copy link
Contributor

Hi,
just updated the roadmap. Can you please open a new issue with details what you do and what error you get ?

@tsaleksandrova
Copy link
Contributor

Hi again,
Here is a solution we plan to merge: #149
If you're interested, you could try it out and see if it fits your needs
Feedback is appreciated!

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

4 participants