Questions tagged [suite]

No instructions have been provided for this tag at the moment.

What is the process for incorporating a shared variable into a JSON-based Selenium builder testing suite?

How can I include a variable like ${url} in each test? In the JSON code for a single test, it looks like this: "data": { "configs": { "manual": { "url": "https://my_url" } }, "source": "manual" }, I would like to hav ...

The Protractor test suites are failing to execute correctly

I have organized my specs into different suites to accommodate multiple specifications. Let's consider the following scenario: Below is the structure of my suites in the configuration file: suites:{ forms:['specs/requestE.js'], se ...