-
Notifications
You must be signed in to change notification settings - Fork 672
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
Improve test code debugging #1375
Labels
AREA: server
!IMPORTANT!
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: compiler
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
Comments
georgiy-abbasov
added
!IMPORTANT!
AREA: server
SYSTEM: compiler
TYPE: bug
The described behavior is considered as wrong (bug).
labels
Apr 4, 2017
georgiy-abbasov
pushed a commit
to georgiy-abbasov/testcafe-phoenix
that referenced
this issue
Apr 4, 2017
georgiy-abbasov
pushed a commit
to georgiy-abbasov/testcafe-phoenix
that referenced
this issue
Apr 6, 2017
AlexanderMoskovkin
pushed a commit
that referenced
this issue
Apr 6, 2017
georgiy-abbasov
pushed a commit
to georgiy-abbasov/testcafe-phoenix
that referenced
this issue
Apr 6, 2017
georgiy-abbasov
pushed a commit
to georgiy-abbasov/testcafe-phoenix
that referenced
this issue
Apr 6, 2017
georgiy-abbasov
pushed a commit
to georgiy-abbasov/testcafe-phoenix
that referenced
this issue
Apr 6, 2017
georgiy-abbasov
pushed a commit
to georgiy-abbasov/testcafe-phoenix
that referenced
this issue
Apr 6, 2017
testcafe-build-bot
added a commit
to testcafe-build-bot/testcafe
that referenced
this issue
Apr 7, 2017
testcafe-build-bot
added a commit
to testcafe-build-bot/testcafe
that referenced
this issue
Apr 7, 2017
inikulin
pushed a commit
that referenced
this issue
Apr 12, 2017
Done |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
lock
bot
added
the
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
label
Mar 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
AREA: server
!IMPORTANT!
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: compiler
TYPE: bug
The described behavior is considered as wrong (bug).
At the current moment debugging by our examples in documentation may provide not correct result.
It relates to breakpoints, they may work unexpectedly, cause we don't have
source-maps
support in the usual sense (map comments in transpiled test files)The plan is next:
✓ 1. Try to place inline source maps to transpilled tests
✓ 2. Improve the docs, cause we are missed some information about debugging
The text was updated successfully, but these errors were encountered: