my problem is in the attached picture,
I have tried in many many different way but non of them will cause clicking on this button
tried ways like: element(by.css.....), element(by.apath.....), element(by.className.....) and many more
when using…
I'm having a hard time getting any consistant behavior from Mocha and the regexp_matches method. If autotest runs my entire test suite everything works fine. If I purposely cause the test containing the regexp_matches call to fail and then fix it…
I'm using RVM, and when I attempt to install autotest with:
rvmsudo gem install autotest
and get
Fetching: autotest-4.4.6.gem (100%)
Successfully installed autotest-4.4.6
1 gem installed
Installing ri documentation for autotest-4.4.6...
…
I'm trying to write the keyboard shortcut 'ctrl+F1'
I tried
cy.get('body').type('{ctrl}',{release:false}).trigger('keydown',{key: "F1", code:"F1", which:112});
But it doesn't work
What do you suggest?
I'm developing data driven tests using Nunit3 and .Net Core 3.1 and I have many tests with more different data sources, which sometimes have complex logic inside. When I want start only one tests I want to start only one data provider, but I run…
I am following the Ruby on Rails Tutorial (http://ruby.railstutorial.org) . In Chapter 3, the author covers testing. Everything seems to be working according to the instructions, but I don't get Growl notifications (green or red) after starting…
I'm trying to roll back a failed installation of spork, and uninstalled autotest since I was having problems with it. Upon reinstall, I am now getting this error when running autotest from the command…
I'm using Ruby 1.9.2 and Rails 3.0.7 on Mac OS X 10.6.7.
I have had the most terrible time getting growl to display autotest notifications. I have autotest installed and working perfectly.
Every time I make a change to a file, the tests are run…
I'm trying to write a validation class in rails 3 that will check for the presence of at least one associated object that has a particular property value.
In my scenario, an Account can have many Users. The User model has a "Role" string field. …
Cypress declares that before performing dblclick() command and other actions it makes the command subject visible by means of scrolling to it. But I have a problem with this. In my test I have a chain of the…
In my GEB + Selenium Webdriver tests there are some UI actions in setupSpec() methods (common case, I believe). The problem is that if there is an exception in those steps, the whole spec is completely missing in the final report, but it's logical…
I have installed autotest and Rspec2 but Autotest does not want to run. The folder autotest has not been created (I have created it by hand and added discover.rb) and when I run autotest this is what I get over and oveR:
$ autotest
loading…
I'm trying to setup autotest with RSpec. Never had a problem before, but when I run rspec --configure autotest, I get the following error/trace:
Autotest loads RSpec's Autotest subclass when there is a .rspec file in the project's root…