fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
9.93k stars 1.13k forks source link

Cypress Tests for Env Modal & View Modal #886

Closed da-h closed 1 year ago

da-h commented 1 year ago

Description

Cypress test has been missing two important features of visdom: env-forking and view-saving. This PR adds some simple tests for these features.

Motivation and Context

I am currently splitting the main.js-file into sub-components / separate files and needed a way to check those features automatically.

Note

During testing I found two bugs related to the view:

I've added a issue for this and also included the non-working tests as a comment in case someone solves the issue someday. :)

Types of changes

Checklist: