You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Trying to import a set of new test cases from a CSV file, containing all the mandatory fields. And Xray claims that *action column is missing.
Mapped fields are;
And the file contains scandinavian letters, which have never been an issue before.
And the error message is that action filed is missing. Se example blow,
{
"errors": [
{
"elementNumber": 8,
"errors": [
{
"xray": "Step 1 is missing following required fields: action."
}
]
}
],
"issues": []
and
{
"errors": [
{
"elementNumber": 20,
"errors": [
{
"xray": "Step 1 is missing following required fields: action."
}
]
}
],
"issues": []
Hi @LB & @Victoria Aloof
Could you please provide eg. a screenshot of your csv data that you are trying to import and also add information which part in the csv throws the error?
Thx in advance.
Best
Stefan
This Missing Mandatory Summary field has been giving me terrible headache I have been dealing with this for over i week now and I keep getting multiple rows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not a solution to your post, but I have the same problem and I was wondering if you managed to solve your issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing the same issue
{
"errors": [
{
"elementNumber": 0,
"errors": [
{
"xray": "Step 25 is missing following required fields: action."
}
]
}
],
"issues": []
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found that I did actually have an empty 'action' cell in my csv
As the array starts at 0, have a look at your 26th tests and make sure you have something in your test step/action cell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.