dart-lang / build

A build system for Dart written in Dart
https://pub.dev/packages/build
BSD 3-Clause "New" or "Revised" License
787 stars 207 forks source link

Add test for stack trace mapping in the browser console #1021

Open jakemac53 opened 6 years ago

jakemac53 commented 6 years ago

This has broken multiple times, so we need to set up a web driver test or something along those lines to check the actual browser console output.

We should also check the package:test output in the terminal once that is actually working (won't require webdriver at least). (this is done)

matanlurey commented 6 years ago

I don't mind trying this today/tomorrow assuming nobody was going to start earlier.

matanlurey commented 6 years ago

Some questions:

jakemac53 commented 6 years ago

We do already have a test for the stack traces printed by the test command (but only for DDC).

Ideally we would check both dart2js and ddc though.