Hi I'm new to cucumber framework and I was trying to generate a html report using cucumber-html-reporter. But the 'theme' property in options of cucumber-html-r
The angular Input controls doesn't let me get values directly by using getText() in protractor. <input ng-switch-when="TextBox" ng-if="::!field.uiControlInf
I have the error Cannot read property 'CUCUMBER_PUBLISH_ENABLED' of undefined when trying to execute my e2e test using cucumber in my angular project. Please do
The Story: We have a rather big test codebase with Protractor+Jasmine tests. One of the current problems we have is that some of the test/spec files contain
(I'm not using jQuery) Hi! I'm starting with protractor and cucumber and i'm testing a login page. I'm trying to insert values on a form for the login, but when
I'm testing a site designed for mobile pages. It takes screenshots of the page however the screenshots are displaying the screen like on a desktop rather than a
I am trying to execute a small example of automated test using Webstorm, cucumber and protractor. I have already installed cucumber using this command within th
I am running protractor and jasmine to run unit tests. I need to know the build version of my web app in order to execute different tests. I have declared a v
I am trying to select an option from a drop down for the angular e2e tests using protractor. Here is the code snippet of the select option: <select id="loc
Does it wrap around Selenium and provide a simpler or different method of invoking the functionality of Selenium? I looked it up on Google and the best informat
It looks like Protractor currently allows you to shard by file. Is there way to split it up by suite, if there are files within each suite that are order depend
I'm unable to get my UI test to focus on a popup window. At this stage, I'd be happy to simply click PayBill, wait for the popup window (which loads instantly),
I'm trying to run selenium tests but I get this error: Error: WebDriverError: unknown error: net::ERR_CONNECTION_REFUSED (Session info: chrome=98.0.4758.102)
The login page is a non-angular page and when the user login, then s/he is redirected to home page. The home page is using angular. For login, I've used
My page has a link that on clicking will download a file. I just need to check if the file has been downloaded and of the correct extension.
I have gone around this as many ways as I can think, and still can't get this to work. I am trying to switch to a popUp as a way to automate a login. (Protract