FLUID-6569: Use headless versions of browsers for automated tests

Metadata

Source
FLUID-6569
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2020-10-29T15:26:54.025-0400
Updated
2020-10-29T16:44:45.994-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Testing Infrastructure

Description

Currently we have npm scripts for running browser tests through testem. The configuration should be updated to use the Headless versions of browsers so that they are less disruptive for the development machine. With this we could also remove the vagrant setup that is used as an alternative for running the tests.

Comments