-
Currently I could not find how to load helper js files like you would do in protractor tests. Is there something I am missing.
-
Sorry to create yet another issue, but when doing " mvn clean install" i get build failure. Here is the detail of error:
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to co…
-
Hello.
We have JUnit project using Serenity framework with custom Selenium webdriver for testing of mobile applications.
We tried to integrate WebDriverExtensions to be able to use WebComponents…
-
Hi team,
I've found a use-case where the custom widgets are less flexible than is ideal:
```ruby
require 'page-object'
class One
include PageObject
end
class GxtTable < PageObject::El…
-
I use Serenity-screenplay-webdriver 3.1.1
I see that Open class has a lot method like:
` public static OpenPage browserOn(PageObject targetPage) {
return new OpenPage(targetPage);
}
…
-
При переводе указывается сумма превышающая баланс карты, а перевод проходит.
#### Шаги по воспроизведению
1. Открыть проект PageObject
2. Запустить app-ibank-build-for-testers.jar
3. Перейти на …
-
# UITestContext
https://github.com/konradnogalski/Noterious-Cornell-UITests-CSharp/blob/d3ab2d10cf0cd4eb5722b97f66a558450dcc5e73/Infrastructure/UITestContext.cs#L7
This could implement `IDisposabl…
-
-
I tried to define custom element that inherits faltest `Element`:
```js
const { Element: _Element } = require('@faltest/page-objects');
class Element extends _Element {
async foo() {
aw…
-
Is there a way to ignore some folders in project, like pageObject and stepObject folders?