Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Multiple browsers on travis #3684

Merged
merged 5 commits into from
Aug 23, 2013

Conversation

vojtajina
Copy link
Contributor

  • IE8
  • IE9
  • IE10
  • Safari
  • Firefox
  • Chrome

LOG_FILES=$LOGS_DIR/*

for FILE in $LOG_FILES; do
echo -e "travis_fold:start:${FILE}\r"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this working? I didn't see it do anything in the output on travis.

@IgorMinar
Copy link
Contributor

this looks good, but it looks like it needs more cleanup. right?

This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them.
Also instead of running everything in parallel, there are only two parallel tasks:
- e2e tests running in the background (only on Chrome)
- all the unit tests running sequentially
Forward SauceConnect logs and Karma debug logs into a file and print these files at the very end of a build.
@vojtajina vojtajina merged commit ad61d59 into angular:master Aug 23, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants