Skip to main content

Questions tagged [serenity]

The tag has no usage guidance, but it has a tag wiki.

serenity
1 vote
0 answers
59 views

How to fetch Discord messages via a user token

I'm looking to develop a Rust application that "listens" to messages posted on Discord channels and writes them to me in STDOUT. I don't want to use a bot because it doesn't (and won't) have ...
MrZigha's user avatar
  • 400
0 votes
0 answers
26 views

Maven Serenity: Failed to resolve the class file version of the current VM: Unknown Java version: 0

I am currently trying to set up a project, but I keep running into this issue. I am currently using maven 3.9.6 and Java 22.0.1. I can provide more info if needed, right now I have no idea what to ...
vacant desk's user avatar
0 votes
0 answers
68 views

After upgrade serenity to version 4.1.10 test report is not generated correctly, I get an error on test scenario details

After upgrading serenity to 4.1.10, junit 5 and java to version 21 the serenity report is not generated correctly. When clicking on scenario link from generated report to see the details I'm getting ...
Denisa Fericean's user avatar
0 votes
0 answers
31 views

dynamic js file generation in serenity.is framwork

I ran a project and I've wanted to write a lookup to return Role info, but after running it, I saw that all the information of the Roles are in a file named "https://localhost:1429/DynJS.axd/...
Arman's user avatar
  • 1
0 votes
0 answers
10 views

How to run serenity suites in net beans

Is any one ran serenity BDD suites in net beans/visual studio / visual code, I would like to know how to set up and run serenity in net beans. any help is appreciated. I tried many ways mentioned ...
magad's user avatar
  • 1
0 votes
0 answers
29 views

Unable to obtain springboot applicationContext in test with Cucmber and Serenity

I am new to the cucumber & serenity and took reference from https://github.com/teggr/serenity-bdd-demo/tree/master/src for setting up the project. I am using testContainer , cucmber & serenity ...
sree1611's user avatar
  • 362
0 votes
1 answer
36 views

how to use cascade dropdown in serenity?

[DisplayName("Team"), LookupEditor(typeof(TeamRow))] public int? TeamId { get => fields.TeamId[this]; set => fields.TeamId[this] = value; } [DisplayName("Assigned To"...
Muthuselvakumar's user avatar
0 votes
0 answers
34 views

How to store list of string in serenity screenplay

So I just recently migrated to serenity 4.1.3 from 2.0.30 and I'm trying to do this: List<String> x = Text.of(ThePage.element()).viewedBy(actor).asList(); and this is what I'm trying to do in 4....
Michael Kin S. Ip's user avatar
0 votes
0 answers
66 views

How can I avoid "Data at the root level is invalid" Error in Maven task for Automation Testing on Azure DevOps?

I am using Azure DevOps for a task related to Automation Testing. I need help with resolving these two errors that I am facing: 1- ##[warning]Failed to read /home/vsts/work/1/s/src/test/resources/...
Noor Ul Hassan's user avatar
-1 votes
2 answers
233 views

Serenity CI/CD Azure Pipeline: Error: ENOENT: no such file or directory, stat 'E:\V\01-Au04\_work\36\s\target\site\serenity'

Team: When I run a manual execution on Azure DevOps I'm getting the next errors: Error: ENOENT: no such file or directory, stat 'E:\V\01-Au04\_work\36\s\target\site\serenity' Archive files ENOENT:...
nosequeweaponer's user avatar
0 votes
0 answers
94 views

Java Selenium Cucumber error:java.lang.NoClassDefFoundError: "io/cucumber/core/runtime/TypeRegistryConfigurerSupplier"

I have made simple cucumber class and trying to learn. I am trying to run cucumber class, but I keep getting this error. What do I need to fix something? I am facing this error. I updated added io....
Benjamin josiah's user avatar
0 votes
0 answers
137 views

java.lang.NoClassDefFoundError error happening when trying to run tests with Cucumber 7 and JUnit 5

I have a POC for running API tests using Cucumber 7, JUnit 5 and Serenity 4. There is just one short test and a verification of the status code of a GET request. The test works fine if I try to assert ...
MR. PROD's user avatar
0 votes
0 answers
44 views

Can not run Serentiy Cucumber Test using tags from command line

I can run Serentiy Test using mvn clean verify command which uses the tags mentioned in cucumber test runner file. I want to run the test from command line using specified tags. i.e. mvn verify -...
Shirish's user avatar
0 votes
1 answer
95 views

I got this error in my code. How should I clear this?

This is my code: public MyResponse InsertTeam(MyRow Row) { try { var connection = SqlConnections.NewByKey("Cred"); /* Getting Insert to LogBook table */ ...
Raja's user avatar
  • 1
0 votes
0 answers
46 views

Injectors.getInjector() method is not supported in Serenity version 4.0.28

Injectors.getInjector() method is not supported in Serenity version 4.0.28 . Is there any other solution if same version i have to use ?. Thanks I have tried with using serenity-model, but again ...
Vaibhav Golhar's user avatar

15 30 50 per page