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

Unreadable text when using cucumber's pickle js, Given-When-Then statements are in black text. #152

Open
LazaroOnline opened this issue Oct 15, 2019 · 3 comments

Comments

@LazaroOnline
Copy link

Unreadable text when using cucumber's pickle js, Given-When-Then statements are in black text.
See image below:
CucumberPickleJsGivenWhenThen-text is unreadeable dark

@LazaroOnline
Copy link
Author

I think by adding this to dark.css this issue would be solved:

.reporter .runnable,
.reporter .command-method,
.reporter strong {
  color: var(--active-color);
}

@LazaroOnline
Copy link
Author

LazaroOnline commented Oct 15, 2019

You can use this repo to test the PickleJs with Cypress-dark:
https://github.com/LazaroOnline/Cypress-template/tree/cucumber-pickle
In that repo the dark theme is commented out because of this bug, uncomment it for testing.
Remember that pickeJs needs to be installed using yarn install, it won't work with just npm install

@seyfer
Copy link

seyfer commented Dec 23, 2019

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

Successfully merging a pull request may close this issue.

2 participants