Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When use LambdaTest, the platform is missing #30

Open
secilkaplan opened this issue Oct 12, 2020 · 4 comments
Open

When use LambdaTest, the platform is missing #30

secilkaplan opened this issue Oct 12, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@secilkaplan
Copy link

When I am running tests with lambda I get the below error.

testcafe-reporter-cucumber-json: cannot get the Platform name from input string 'Safari 14.0 / macOS 11.0 ( https://automation.lambdatest.com/logs/?sessionID=463002BF-2071-40A1-B9E5-9DFD998E4412 )'

(Same as the problem here > #8)

@hdorgeval
Copy link
Owner

Hi @secilkaplan , thanks for your feedback. I will fix this issue asap.

@hdorgeval hdorgeval added the bug Something isn't working label Oct 12, 2020
@hdorgeval hdorgeval self-assigned this Oct 12, 2020
@hdorgeval
Copy link
Owner

Hi @secilkaplan , it seems more difficult than expected.

It would be great if you could provide a sample repo that shows the problem.

On my side the tricky part is that macOS 11 Big Sur is not yet integrated in the multiple-cucumber-html-reporter that generates the HTML report.

This means I have to update the testcafé reporter and , at the same time, I have to do a PR on multiple-cucumber-html-reporter for this new OS.

@hdorgeval hdorgeval added enhancement New feature or request and removed bug Something isn't working labels Oct 12, 2020
@Vooha-QualiTlabs
Copy link

Vooha-QualiTlabs commented Nov 22, 2021

@hdorgeval @TareqElMasri @NathanYocum I still see the issue, could you please fix it?
image
image

@Zeerti
Copy link

Zeerti commented Aug 22, 2022

We're seeing the same issue using gitlab pipelines. @hdorgeval

--Edit--
We recently discovered that by changing some versions in our package lock it resolved the issue in gitlab pipelines.

"testcafe": {
"version": "1.18.4",
"resolved": "https://registry.npmjs.org/testcafe/-/testcafe-1.18.4.tgz",
"integrity": "sha512-i/fDhEXtQjQeva4JGLAJpo5J8uEY75ojb3T6Vp8zja3ffvXPwEm2evbfsaGbvGBdPChV+7BFsA0+5js5I81nOQ==",

"testcafe-reporter-cucumber-json": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/testcafe-reporter-cucumber-json/-/testcafe-reporter-cucumber-json-6.3.0.tgz",
"integrity": "sha512-pFZ3uasvacyYevHGrHChAd0FIUKoPUAXhABS9eH28QN8vzudaaWvJopb6oigeZnx8MY9akI66rm9Ldnrh8/Blw==",

"node_modules/multiple-cucumber-html-reporter": {
"version": "1.21.6",
"resolved": "https://registry.npmjs.org/multiple-cucumber-html-reporter/-/multiple-cucumber-html-reporter-1.21.6.tgz",
"integrity": "sha512-pAbT97kPqcG/CUG+VGYwzcy5+TqP+NVXESO/rfHU8jgPN5/pjmlFd4pPaH6IT6O25L1ahw/WYpOpU7DZcP6BQw==",

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants